aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/java/cyanogenmod/providers/CMSettings.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/java/cyanogenmod/providers/CMSettings.java b/src/java/cyanogenmod/providers/CMSettings.java
index f9aabc9..bd51c3d 100644
--- a/src/java/cyanogenmod/providers/CMSettings.java
+++ b/src/java/cyanogenmod/providers/CMSettings.java
@@ -2584,6 +2584,13 @@ public final class CMSettings {
*/
public static final String PROTECTED_COMPONENT_MANAGERS = "protected_component_managers";
+ /**
+ * Whether live lock screen is currently enabled/disabled by the user.
+ * Boolean settings. 0 = off, 1 = on
+ * @hide
+ */
+ public static final String LIVE_LOCK_SCREEN_ENABLED = "live_lock_screen_enabled";
+
// endregion
/**