Преглед изворни кода

[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
Vic Huang пре 11 месеци
родитељ
комит
6e20ea17c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bluetooth/qti_default.mk

+ 1 - 1
bluetooth/qti_default.mk

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