diff options
author | Sungmin Choi <sungmin.choi@lge.com> | 2013-10-15 16:11:55 -0700 |
---|---|---|
committer | Vineeta Srivastava <vsrivastava@google.com> | 2013-10-23 21:29:14 +0000 |
commit | 2490315e49d235a1ba9a84600a21febf85959a1a (patch) | |
tree | 1761b9fd52d379487600277b00c5339d4b2e9017 /res/values/bools.xml | |
parent | 7fe57374cdb67b19b98d0170e10add876f0823b1 (diff) | |
download | packages_apps_Settings-2490315e49d235a1ba9a84600a21febf85959a1a.tar.gz packages_apps_Settings-2490315e49d235a1ba9a84600a21febf85959a1a.tar.bz2 packages_apps_Settings-2490315e49d235a1ba9a84600a21febf85959a1a.zip |
Remove Manage Mobile Plan when config_show_mobile_plan is set to false
config_show_mobile_plan is set to true by default.
When you don't want to show "Manage mobile plan" set config_show_mobile_plan to false in overlay.
Bug: 10819853
Change-Id: Ic3c69fb4246cc0de38518ef6c9950cee7fa4d987
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r-- | res/values/bools.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml index 76dc44a7a..137d4ce01 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -32,4 +32,7 @@ <!-- Whether to show a preference item for regulatory information in About phone --> <bool name="config_show_regulatory_info">false</bool> + + <!-- Whether to show a preference item for mobile plan --> + <bool name="config_show_mobile_plan">true</bool> </resources> |