Disable Bluetooth Hearing Access Profile default enable for F10
Set bluetooth.profile.hap.enabled_by_default to false bug: 386323913 Test: m Flag: EXEMPT, properties change only for feature config Change-Id: I53dde6578fb079dd0fa4780e083cd052b19c3770
This commit is contained in:
parent
ccdbdfbbd2
commit
5d6cd93572
1 changed files with 4 additions and 0 deletions
|
@ -439,6 +439,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PACKAGES_DEBUG += \
|
||||
ewp_tool
|
||||
|
||||
# Disable Bluetooth HAP by default
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.profile.hap.enabled_by_default=false
|
||||
|
||||
# Enable DeviceAsWebcam support
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.usb.uvc.enabled=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue