diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-10-22 21:11:54 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 268243fa5522767d6a701df072f02528f02c079a (patch) | |
tree | d3f8b63d8cfe38d6c23b8987c74c3627341150c5 | |
parent | e7017425b1fe7373c8f9a20dd3ce8c66b2182ab4 (diff) |
sdm660-common: 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
-rw-r--r-- | system.prop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 4a44d58..c2e657d 100644 --- a/system.prop +++ b/system.prop @@ -16,6 +16,7 @@ persist.rild.nitz_short_ons_2= persist.rild.nitz_short_ons_3= ril.subscription.types=NV,RUIM DEVICE_PROVISIONED=1 +persist.sys.fflag.override.settings_network_and_internet_v2=true # # Set network mode to (T/L/G/W/1X/EVDO, T/G/W/L) for 7+7 mode device on DSDS mode |