summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-06-06 09:45:48 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-09 14:10:50 -0700
commite6790767f7db7db09e1c6936b217c35264c18247 (patch)
treefe59adc326f8fa14ea38daa31e085ff6dc422a75 /res/xml
parentd5c496cb7a2134316bb91424093947920f2512e7 (diff)
downloadpackages_apps_Settings-e6790767f7db7db09e1c6936b217c35264c18247.tar.gz
packages_apps_Settings-e6790767f7db7db09e1c6936b217c35264c18247.tar.bz2
packages_apps_Settings-e6790767f7db7db09e1c6936b217c35264c18247.zip
Keyguard: Get your weather on... the lock screen [3/3]
Change-Id: I9b411c86ea02dd95379fe6fcd1814c81c1c7ef0b
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/security_settings_chooser.xml5
-rw-r--r--res/xml/security_settings_password.xml5
-rw-r--r--res/xml/security_settings_pattern.xml5
-rw-r--r--res/xml/security_settings_pin.xml5
4 files changed, 20 insertions, 0 deletions
diff --git a/res/xml/security_settings_chooser.xml b/res/xml/security_settings_chooser.xml
index cad2534fe..0f8a9bccb 100644
--- a/res/xml/security_settings_chooser.xml
+++ b/res/xml/security_settings_chooser.xml
@@ -56,6 +56,11 @@
android:title="@string/lockscreen_blur_enabled_title"
android:defaultValue="true"/>
+ <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
+ android:key="lock_screen_weather_enabled"
+ android:title="@string/lockscreen_weather_enabled_title"
+ android:defaultValue="false"/>
+
</PreferenceCategory>
</PreferenceScreen>
diff --git a/res/xml/security_settings_password.xml b/res/xml/security_settings_password.xml
index f92637846..cecb26d8d 100644
--- a/res/xml/security_settings_password.xml
+++ b/res/xml/security_settings_password.xml
@@ -82,6 +82,11 @@
android:title="@string/lockscreen_blur_enabled_title"
android:defaultValue="true"/>
+ <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
+ android:key="lock_screen_weather_enabled"
+ android:title="@string/lockscreen_weather_enabled_title"
+ android:defaultValue="false"/>
+
</PreferenceCategory>
</PreferenceScreen>
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml
index 1e0483947..a4d77d5c9 100644
--- a/res/xml/security_settings_pattern.xml
+++ b/res/xml/security_settings_pattern.xml
@@ -98,6 +98,11 @@
android:title="@string/lockscreen_blur_enabled_title"
android:defaultValue="true"/>
+ <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
+ android:key="lock_screen_weather_enabled"
+ android:title="@string/lockscreen_weather_enabled_title"
+ android:defaultValue="false"/>
+
</PreferenceCategory>
</PreferenceScreen>
diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml
index c5d849dbf..869c16b53 100644
--- a/res/xml/security_settings_pin.xml
+++ b/res/xml/security_settings_pin.xml
@@ -87,6 +87,11 @@
android:title="@string/lockscreen_blur_enabled_title"
android:defaultValue="true"/>
+ <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
+ android:key="lock_screen_weather_enabled"
+ android:title="@string/lockscreen_weather_enabled_title"
+ android:defaultValue="false"/>
+
</PreferenceCategory>
</PreferenceScreen>