summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-05-10 17:16:47 -0700
committerLuis Vidal <lvidal@cyngn.com>2016-05-10 17:33:09 -0700
commitd48d84a4b49339b2470a23add497337f6d04bfea (patch)
tree98cef1938bf4d56377e84a917c33ce7811d1cf86 /res/values
parent5ec7c34c2da4a0e2ef8f0f3d0f2bef98eca84089 (diff)
downloadpackages_apps_Settings-d48d84a4b49339b2470a23add497337f6d04bfea.zip
packages_apps_Settings-d48d84a4b49339b2470a23add497337f6d04bfea.tar.gz
packages_apps_Settings-d48d84a4b49339b2470a23add497337f6d04bfea.tar.bz2
Add config to hide/show weather menu
This config controls whether the weather menu should be displayed in settings Change-Id: I89502d22cb56496825f497e6b19fce3d8e0a7a3c TICKET: CYNGNOS-2796
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 26508b4..b036b89 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -120,4 +120,6 @@
<!-- When true Live lock screen settings will be positioned at the top -->
<bool name="config_showLiveLockScreenSettingsFirst">false</bool>
+ <!-- When true, weather options will be displayed in settings dashboard -->
+ <bool name="config_showWeatherMenu">true</bool>
</resources>