summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2015-07-31 02:03:52 -0700
committerThierry Strudel <tstrudel@google.com>2015-09-02 13:51:44 -0700
commit05c7dde1f3a6044db7b687dfcbacbde50f3befb1 (patch)
treeb5ab54b0ce0f839d817cad22bdcff862da442435 /res/values
parente182fa77888d0b42b4896f031e7b1d8c88a62a4c (diff)
downloadpackages_apps_Settings-05c7dde1f3a6044db7b687dfcbacbde50f3befb1.zip
packages_apps_Settings-05c7dde1f3a6044db7b687dfcbacbde50f3befb1.tar.gz
packages_apps_Settings-05c7dde1f3a6044db7b687dfcbacbde50f3befb1.tar.bz2
To hide none security option, use config_hide_none_security_option config
Use mcc config overlay mechanism to hide none security option in countries where it is mandatory. To hide none security option, set config_hide_none_security_option config true as mcc config overlay. Bug: 22209425 Bug: 22975388 Change-Id: I774c53e17d3b50393816622134e58f8e06b76fab
Diffstat (limited to 'res/values')
-rw-r--r--res/values/bools.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml
index 0fdc396..674be1e 100644
--- a/res/values/bools.xml
+++ b/res/values/bools.xml
@@ -35,4 +35,7 @@
<!-- Whether to show a preference item for mobile plan -->
<bool name="config_show_mobile_plan">true</bool>
+
+ <!-- Whether none security option is hide or not (country specific). -->
+ <bool name="config_hide_none_security_option">false</bool>
</resources>