cmsdk: add LOCKSCREEN_VISUALIZER_ENABLED

Change-Id: Ia8b11083a54195acfebab76c646987962b798c16
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg
2015-12-08 15:11:42 -08:00
committed by Gerrit Code Review
parent ba670bf88f
commit a61af19bdc
3 changed files with 15 additions and 1 deletions

View File

@@ -2618,6 +2618,12 @@ public final class CMSettings {
*/
public static final String QS_LOCATION_ADVANCED = "qs_location_advanced";
/**
* Whether to show the keyguard visualizer.
* Boolean setting. 0 = off, 1 = on.
* @hide
*/
public static final String LOCKSCREEN_VISUALIZER_ENABLED = "lockscreen_visualizer";
// endregion
/**
@@ -2656,7 +2662,9 @@ public final class CMSettings {
CMSettings.Secure.DEVELOPMENT_SHORTCUT,
CMSettings.Secure.PERFORMANCE_PROFILE,
CMSettings.Secure.APP_PERFORMANCE_PROFILES_ENABLED,
CMSettings.Secure.QS_LOCATION_ADVANCED};
CMSettings.Secure.QS_LOCATION_ADVANCED,
CMSettings.Secure.LOCKSCREEN_VISUALIZER_ENABLED,
};
/**
* @hide