Enable Embms time sync feature by default.
The Embms time sync feature is controlled by persist.radio.sib16_support property. Change the default value of this property to 1 and therefore enable the time sync feature by default. Change-Id: I06a4fe04f74be21162e5eab992ce178a0fcb7a35 CRs-Fixed: 799348
This commit is contained in:
parent
74a4c0c549
commit
b212551361
|
@ -15,7 +15,8 @@ endif
|
|||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.extension_library=libqti-perfd-client.so \
|
||||
persist.radio.apm_sim_not_pwdn=1
|
||||
persist.radio.apm_sim_not_pwdn=1 \
|
||||
persist.radio.sib16_support=1
|
||||
|
||||
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ endif
|
|||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.extension_library=libqti-perfd-client.so \
|
||||
persist.radio.apm_sim_not_pwdn=1
|
||||
persist.radio.apm_sim_not_pwdn=1 \
|
||||
persist.radio.sib16_support=1
|
||||
|
||||
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
|
||||
|
||||
|
|
Loading…
Reference in New Issue