summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-02-10 12:43:12 -0800
committerLuis Vidal <lvidal@cyngn.com>2016-02-10 12:43:12 -0800
commit94ee92a4532da3727a1604500b2f57d91329a74b (patch)
tree4e0cbf6a2b0caa926816ac34f82639e72de7dbd4 /res
parent665db50a84ed134e2fd094ccacba324183d33495 (diff)
downloadpackages_apps_ThemeChooser-94ee92a4532da3727a1604500b2f57d91329a74b.zip
packages_apps_ThemeChooser-94ee92a4532da3727a1604500b2f57d91329a74b.tar.gz
packages_apps_ThemeChooser-94ee92a4532da3727a1604500b2f57d91329a74b.tar.bz2
Enable Live Lock screen if Animated lock screen is applied
Live lock screen will be enabled if user picks an animated lock screen from the chooser. User will be presented with a dialog to enable LLS. If user decides not to enable LLS, the animated lock screen won't be applied. Change-Id: I5d14dd138e3e3f0e83e1dd08d75c8543131cc430 TICKET: CYNGNOS-1932
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6256c61..ed39c7b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -90,4 +90,7 @@
<string name="read_external_permission_denied_message">Theme chooser cannot access media and is unable to pick an image at this time.</string>
<string name="animated_lock_screen_badge_text">Anim</string>
+ <string name="enable_live_lock_screen_dialog_title">Enable Live lock screen</string>
+ <string name="enable_live_lock_screen_dialog_message">Animated lock screens require the Live lock screen feature. You can change this later by opening Settings and visiting the Live lock screen page under Lock screen options.</string>
+ <string name="enable_live_lock_screen_dialog_positive_btn_text">Enable</string>
</resources>