BT: set system property for Bluetooth Auto On
Set bluetooth.server.automatic_turn_on true for Bluetooth Auto On feature. The feature will be enabled with both system property and flag set. Bug: 328169534 Test: check system property value Change-Id: I474d0d262a0e8b5a4f13698676344e581d61980a
This commit is contained in:
parent
46d00e01b8
commit
e9baf25dd1
3 changed files with 12 additions and 0 deletions
|
@ -384,3 +384,7 @@ PRODUCT_PACKAGES += \
|
|||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
endif
|
||||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
|
|
|
@ -380,3 +380,7 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.com.google.ime.kb_pad_port_b=9.6 \
|
||||
ro.com.google.ime.height_ratio=1.13
|
||||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
|
|
|
@ -350,3 +350,7 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.com.google.ime.kb_pad_port_b=8 \
|
||||
ro.com.google.ime.height_ratio=1.09
|
||||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue