Allow disabling the privacy guard notification - port from cm-12.1 (3/3)

Change-Id: I3233517f9f6ff5a3e438682443b1e1b5907d4bd9
This commit is contained in:
Chirayu Desai 2015-12-10 18:48:57 -08:00 committed by Gerrit Code Review
parent cead77aff3
commit ba670bf88f
1 changed files with 7 additions and 0 deletions

View File

@ -2488,6 +2488,12 @@ public final class CMSettings {
*/
public static final String PRIVACY_GUARD_DEFAULT = "privacy_guard_default";
/**
* Whether a notification should be shown if privacy guard is enabled
* @hide
*/
public static final String PRIVACY_GUARD_NOTIFICATION = "privacy_guard_notification";
/**
* The global recents long press activity chosen by the user.
* This setting is stored as a flattened component name as
@ -2646,6 +2652,7 @@ public final class CMSettings {
CMSettings.Secure.LOCKSCREEN_TARGETS,
CMSettings.Secure.RING_HOME_BUTTON_BEHAVIOR,
CMSettings.Secure.PRIVACY_GUARD_DEFAULT,
CMSettings.Secure.PRIVACY_GUARD_NOTIFICATION,
CMSettings.Secure.DEVELOPMENT_SHORTCUT,
CMSettings.Secure.PERFORMANCE_PROFILE,
CMSettings.Secure.APP_PERFORMANCE_PROFILES_ENABLED,