From 5004f924851585be3b2bb149eede87c35f3f28c8 Mon Sep 17 00:00:00 2001 From: d34d Date: Tue, 7 Jun 2016 15:35:50 -0700 Subject: Bring back the custom wallpaper picker [3/5] Change-Id: I546a6ce67627c22cfbc7f6f061c21954183936b7 TICKET: OSS-62 --- res/values/cm_strings.xml | 3 +++ res/xml/security_settings_chooser.xml | 7 +++++++ res/xml/security_settings_password.xml | 7 +++++++ res/xml/security_settings_pattern.xml | 7 +++++++ res/xml/security_settings_pin.xml | 7 +++++++ 5 files changed, 31 insertions(+) diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 386d090..68bd97c 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -1242,4 +1242,7 @@ Turn off Diag log Turn on Diag log + + Wallpaper + diff --git a/res/xml/security_settings_chooser.xml b/res/xml/security_settings_chooser.xml index 0f8a9bc..d82ad11 100644 --- a/res/xml/security_settings_chooser.xml +++ b/res/xml/security_settings_chooser.xml @@ -61,6 +61,13 @@ android:title="@string/lockscreen_weather_enabled_title" android:defaultValue="false"/> + + + + diff --git a/res/xml/security_settings_password.xml b/res/xml/security_settings_password.xml index cecb26d..188f986 100644 --- a/res/xml/security_settings_password.xml +++ b/res/xml/security_settings_password.xml @@ -87,6 +87,13 @@ android:title="@string/lockscreen_weather_enabled_title" android:defaultValue="false"/> + + + + diff --git a/res/xml/security_settings_pattern.xml b/res/xml/security_settings_pattern.xml index a4d77d5..44fe95f 100644 --- a/res/xml/security_settings_pattern.xml +++ b/res/xml/security_settings_pattern.xml @@ -103,6 +103,13 @@ android:title="@string/lockscreen_weather_enabled_title" android:defaultValue="false"/> + + + + diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml index 869c16b..2547079 100644 --- a/res/xml/security_settings_pin.xml +++ b/res/xml/security_settings_pin.xml @@ -92,6 +92,13 @@ android:title="@string/lockscreen_weather_enabled_title" android:defaultValue="false"/> + + + + -- cgit v1.1