cmsdk: add lockscreen internal enabled setting
Setting to keep track of whether a QS tile has disabled the keyguard so we can display this state elsewhere. Ref: CYNGNOS-1513 Change-Id: If6ecb78a028d9d74d70bc2f1cd584ac9ac83a2d1 Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
parent
c7e69dede8
commit
bf9cc6dfe1
@ -2570,6 +2570,14 @@ public final class CMSettings {
|
||||
* @hide
|
||||
*/
|
||||
public static final String LOCKSCREEN_VISUALIZER_ENABLED = "lockscreen_visualizer";
|
||||
|
||||
/**
|
||||
* Whether the lock screen is currently enabled/disabled by SystemUI (the QS tile likely).
|
||||
* Boolean settings. 0 = off. 1 = on.
|
||||
* @hide
|
||||
*/
|
||||
public static final String LOCKSCREEN_INTERNALLY_ENABLED = "lockscreen_internally_enabled";
|
||||
|
||||
// endregion
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user