summaryrefslogtreecommitdiffstats
path: root/res/xml/security_settings_pattern.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/security_settings_pattern.xml')
-rw-r--r--res/xml/security_settings_pattern.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml
index 2576ea7..44fe95f 100644
--- a/res/xml/security_settings_pattern.xml
+++ b/res/xml/security_settings_pattern.xml
@@ -93,6 +93,23 @@
android:title="@string/lockscreen_visualizer_title"
android:defaultValue="true"/>
+ <com.android.settings.cyanogenmod.CMSecureSettingSwitchPreference
+ android:key="lock_screen_blur_enabled"
+ 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"/>
+
+ <PreferenceScreen
+ android:key="lockscreen_wallpaper"
+ android:title="@string/lockscreen_wallpaper_title" >
+ <intent
+ android:action="android.intent.action.SET_KEYGUARD_WALLPAPER" />
+ </PreferenceScreen>
+
</PreferenceCategory>
</PreferenceScreen>