summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-03-31 10:58:15 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-01 08:36:06 -0700
commitc932de51d42a70989a9c93b5e6fd0fb7fcc82333 (patch)
treeb80bb0f08d4bced8036c2e953f5981f672739670 /res/values
parent2703eb717e542ff225611cb9e0217815ee14661c (diff)
downloadpackages_apps_Settings-c932de51d42a70989a9c93b5e6fd0fb7fcc82333.zip
packages_apps_Settings-c932de51d42a70989a9c93b5e6fd0fb7fcc82333.tar.gz
packages_apps_Settings-c932de51d42a70989a9c93b5e6fd0fb7fcc82333.tar.bz2
LLS: Add config for showing LLS settings at top
This config allows the live lock screen settings to be displayed at the top of the Lock screen settings when set to true, by default it is false Change-Id: I051f07c4d7b05e89f4efdc018ce833190a4e14af TICKET: CYNGNOS-2242
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 325398f..26508b4 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -117,4 +117,7 @@
<!-- When true enable color temperature setting. -->
<bool name="config_enableColorTemperature">false</bool>
+ <!-- When true Live lock screen settings will be positioned at the top -->
+ <bool name="config_showLiveLockScreenSettingsFirst">false</bool>
+
</resources>