[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:
Vic Huang 2024-04-11 07:31:39 +00:00
parent b70ebe09ff
commit 6e20ea17c9

View File

@ -58,7 +58,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Bluetotoh Auto On feature # Bluetotoh Auto On feature
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true bluetooth.server.automatic_turn_on=false
# Bluetooth HAL and Pixel extension # Bluetooth HAL and Pixel extension
DEVICE_MANIFEST_FILE += \ DEVICE_MANIFEST_FILE += \