CMSettings: add event live lock component key

Ticket: CYNGNOS-2267
Change-Id: Ifa6115f466190c6e45c4d76d2da5a2cdab1bb0e1
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2016-03-31 13:13:03 -07:00 committed by Gerrit Code Review
parent 2c5d3d5224
commit 46821304e9
1 changed files with 6 additions and 0 deletions

View File

@ -2680,6 +2680,12 @@ public final class CMSettings {
*/
public static final String DISPLAY_GAMMA_CALIBRATION_PREFIX = "display_gamma_";
/**
* Enabled live lockscreen components. Delimited by "|"
* @hide
*/
public static final String ENABLED_EVENT_LIVE_LOCKS_KEY = "live_lockscreens_events_enabled";
// endregion
/**