cmsdk: Point at cmsettings for system profiles.

Change-Id: I61497111f1bf1873554c4185b4424662dcb8c7e5
This commit is contained in:
Adnan Begovic
2015-10-26 15:37:55 -07:00
parent 49b98823f6
commit ce2636010c
2 changed files with 11 additions and 4 deletions

View File

@@ -595,6 +595,12 @@ public final class CMSettings {
*/
public static final String NOTIFICATION_PLAY_QUEUE = "notification_play_queue";
/**
* Show the pending notification counts as overlays on the status bar
* @hide
*/
public static final String SYSTEM_PROFILES_ENABLED = "system_profiles_enabled";
// endregion
}