summaryrefslogtreecommitdiffstats
path: root/res/values/bools.xml
diff options
context:
space:
mode:
authorChaitanya Saggurthi <csaggurt@codeaurora.org>2015-07-16 16:33:34 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:10 -0600
commit71126d071577b947cc734a38e84b1ad1a15cc5c9 (patch)
tree9e03476d78080fa2647a8d4ddfe93e4c4d861cb9 /res/values/bools.xml
parentdf5408f3c0c7132645c3cfe1e04776d808b35ddb (diff)
downloadpackages_apps_Settings-71126d071577b947cc734a38e84b1ad1a15cc5c9.zip
packages_apps_Settings-71126d071577b947cc734a38e84b1ad1a15cc5c9.tar.gz
packages_apps_Settings-71126d071577b947cc734a38e84b1ad1a15cc5c9.tar.bz2
Telephony(MSIM): Add Manual provisioning support
Add toggle switch UI option in SimSettings screen to enable/disable SIM cards Change-Id: Id07271aedb12eabc0b106ac278ba2e12c71cfe03
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r--res/values/bools.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml
index 0fdc396..ee640d0 100644
--- a/res/values/bools.xml
+++ b/res/values/bools.xml
@@ -35,4 +35,9 @@
<!-- Whether to show a preference item for mobile plan -->
<bool name="config_show_mobile_plan">true</bool>
+ <!-- Whether to show a check box or switch for manual provision -->
+ <bool name="config_custom_multi_sim_checkbox">false</bool>
+
+ <!-- Whether notify user that switch data service -->
+ <bool name="confirm_to_switch_data_service">false</bool>
</resources>