CMSettings: Port "Development shortcut" (3/3)

Change-Id: Icffcfafab9f971787e15ec5fc2892e5a6f83f553
This commit is contained in:
d34d 2015-11-06 14:00:37 -08:00 committed by Gerrit Code Review
parent f3583e75dc
commit 2927d19d86
1 changed files with 7 additions and 0 deletions

View File

@ -1283,6 +1283,13 @@ public final class CMSettings {
* @hide
*/
public static final String LOCKSCREEN_TARGETS = "lockscreen_target_actions";
/**
* Whether to display a menu containing 'Wipe data', 'Force close' and other options
* in the notification area and in the recent app list
* @hide
*/
public static final String DEVELOPMENT_SHORTCUT = "development_shortcut";
// endregion
}