Revert "[Bluetooth] Disable BT auto on feature"

This reverts commit 6843e6c008.

Reason for revert: Auto On has been approved for 24Q3

Change-Id: Ibbcd4ac49d7aa2844a92b8a7cbdbcc8fb42208c7
This commit is contained in:
Thomas Girardier 2024-04-25 16:22:05 +00:00 committed by Android (Google) Code Review
parent 6843e6c008
commit 3b8c06c9d3
3 changed files with 3 additions and 3 deletions

View file

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