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:
parent
a88f2236b3
commit
8c2b39a3ae
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue