[L10] BT: Set system property for Bluetooth Auto On to false
Set property bluetooth.server.automatic_turn_on default to false for Bluetooth Auto On feature. Bug: 333830111 Test: check system property value Change-Id: I5d086d88652d5c083755071d35d4670748377792
This commit is contained in:
parent
b70ebe09ff
commit
6e20ea17c9
@ -58,7 +58,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
||||
# Bluetotoh Auto On feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Bluetooth HAL and Pixel extension
|
||||
DEVICE_MANIFEST_FILE += \
|
||||
|
Loading…
Reference in New Issue
Block a user