diff --git a/device-caiman.mk b/device-caiman.mk index 436939eb..cf922929 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -403,7 +403,7 @@ endif # 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) diff --git a/device-komodo.mk b/device-komodo.mk index 26b45831..b1ccb930 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -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) diff --git a/device-tokay.mk b/device-tokay.mk index 6c622dc4..e490425f 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -362,7 +362,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)