summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-05-10 09:25:31 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-20 18:59:45 -0700
commit5599680aa5c84f00a0ee148186e66e2476ce6184 (patch)
treeb0fa959d0aad1fe62cb8c1856cdd9122d6844386 /res/values
parentc72b4659ae29aa89f3dc2990995b0638fe28ce4f (diff)
downloadpackages_apps_Settings-5599680aa5c84f00a0ee148186e66e2476ce6184.zip
packages_apps_Settings-5599680aa5c84f00a0ee148186e66e2476ce6184.tar.gz
packages_apps_Settings-5599680aa5c84f00a0ee148186e66e2476ce6184.tar.bz2
Give user control over lock screen blur
This will provide control over blurring since the current implementation assumes it is always on provided the device config specifies it supports blur. Change-Id: I7add45c607fcf47777d61629a3fc6245ffedb339
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 27ca707..c02a8f8 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1213,4 +1213,7 @@
<!-- Label for settings shortcut: carrier selection -->
<string name="shortcut_carrier_title">Network operators</string>
+
+ <!-- title for lock screen blur preference -->
+ <string name="lockscreen_blur_enabled_title">Lock screen blur</string>
</resources>