瀏覽代碼

[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 += \