Enable feature android.software.telecom

Tangorpro should declare FEATURE_TELECOM (instead of FEATURE_TELEPHONY),
in order for the Telecom stack to be present for VOIP calls.

Bug: 227692870
Change-Id: I922214c58d87551edaabbe7b52528430287276b3
This commit is contained in:
Roger Liao 2022-06-15 18:49:58 +08:00
parent a88f2236b3
commit 8c2b39a3ae

View file

@ -159,3 +159,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Set ro.crypto.metadata_init_delete_all_keys.enabled to false to unblock boot
PRODUCT_PROPERTY_OVERRIDES += ro.crypto.metadata_init_delete_all_keys.enabled=false
# Enable Telecom feature
# b/227692870
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.telecom.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.telecom.xml