CMSettings: add privacy guard default key

Change-Id: Iba10fcf3978e308f1b25a8d13570c420f7589a1b
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2015-10-28 17:51:14 -07:00
parent ec9828bf31
commit f61f9d079f
1 changed files with 6 additions and 0 deletions

View File

@ -1078,6 +1078,12 @@ public final class CMSettings {
*/
public static final String VOLUME_LINK_NOTIFICATION = "volume_link_notification";
/**
* Whether newly installed apps should run with privacy guard by default
* @hide
*/
public static final String PRIVACY_GUARD_DEFAULT = "privacy_guard_default";
// endregion
}