bt: set system property Auto-On to false by default
Bug: 333829874 Test: build & install & adb getprop Change-Id: I8b28b547113a7e3e303e4992956ea2c1264339e6
This commit is contained in:
@@ -121,7 +121,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Bluetooth Tx power caps
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
@@ -105,7 +105,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Bluetooth Tx power caps
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user