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
This commit is contained in:
Sungmin Choi
2015-07-31 02:03:52 -07:00
committed by Thierry Strudel
parent e182fa7788
commit 05c7dde1f3
3 changed files with 27 additions and 0 deletions

View File

@@ -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>