LiveLockScreen: Add setting for enabled/disabled

Change-Id: I6e9269f4ae20370c8c77019057ee276902df4721
TICKET: CYNGNOS-1686
This commit is contained in:
d34d 2016-01-22 14:05:29 -08:00
parent 0d9d1ab12e
commit d994fe130a
1 changed files with 7 additions and 0 deletions

View File

@ -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
/**