Merge "[Bluetooth] Disable BT auto on feature" into main

This commit is contained in:
Treehugger Robot 2024-04-11 07:37:24 +00:00 committed by Android (Google) Code Review
commit 37463b86e4
3 changed files with 3 additions and 3 deletions

View file

@ -403,7 +403,7 @@ endif
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
bluetooth.server.automatic_turn_on=false
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -399,7 +399,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
bluetooth.server.automatic_turn_on=false
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -362,7 +362,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
bluetooth.server.automatic_turn_on=false
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)