LiveLockScreen: Add setting for enabled/disabled
Change-Id: I6e9269f4ae20370c8c77019057ee276902df4721 TICKET: CYNGNOS-1686
This commit is contained in:
parent
0d9d1ab12e
commit
d994fe130a
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user