summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2016-07-28 12:29:40 +0100
committerRicardo Cerqueira <ricardo@cyngn.com>2016-07-28 12:34:47 +0100
commit14a996fdb68ae6e0f2e398c968eb1409a956f441 (patch)
treecca82d11c6c51168ca1df323313c348bb20391c8 /res
parent39a3d541b75bd3aa8ebde881fd8fbe5821257fa6 (diff)
downloadpackages_apps_Settings-14a996fdb68ae6e0f2e398c968eb1409a956f441.zip
packages_apps_Settings-14a996fdb68ae6e0f2e398c968eb1409a956f441.tar.gz
packages_apps_Settings-14a996fdb68ae6e0f2e398c968eb1409a956f441.tar.bz2
SimSettings: Make provisioning optional even if qti-telephony is present
Current code assumes the manual provisioning options should come up if the qti-telephony blob is present. Don't make that assumption. Change-Id: I5e4f28b628e3fe3fe9e506631e92c85103e87ccf
Diffstat (limited to 'res')
-rwxr-xr-xres/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index f463615..a2ad7d0 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -133,4 +133,8 @@
3 = right side
-->
<integer name="config_fingerprintSensorLocation">0</integer>
+
+ <!-- Does the device allow for manual subscription provisioning? Only works for multi-sim devices,
+ and currently depends on QC's proprietary telephony stack -->
+ <bool name="config_enableManualSubProvisioning">true</bool>
</resources>