Force enable mobile network settings v2
* AOSP defaults to true but 10 QC telephony extension sets it to false. * Restore AOSP behavior by enabling it with a system property which has higher priority over global system settings which is used by QCOM w/o modifying the jar. Change-Id: I45854b91bb8cfafabfe811777cda9f1e1840febf Author: dianlujitao <dianlujitao@lineageos.org> Date: Tue Oct 22 21:11:54 2019 +0800 Change-Id: I1862e9021ccbc8430c9a1dcda21016fdbf2f0bad
This commit is contained in:
parent
458fbf7f0d
commit
c4d7f31a89
1 changed files with 2 additions and 1 deletions
|
@ -283,7 +283,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.telephony.iwlan_operation_mode=legacy \
|
||||
ro.telephony.use_old_mnc_mcc_format=true \
|
||||
ro.vendor.use_data_netmgrd=true \
|
||||
telephony.lteOnCdmaDevice=1
|
||||
telephony.lteOnCdmaDevice=1 \
|
||||
persist.sys.fflag.override.settings_network_and_internet_v2=true
|
||||
|
||||
# Rendering
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Reference in a new issue