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:
Roman Birg 2016-01-08 13:28:05 -08:00 committed by Gerrit Code Review
parent c7e69dede8
commit bf9cc6dfe1
1 changed files with 8 additions and 0 deletions

View File

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