Add emergency power menu constant
Change-Id: I44555b31ff14a5d14de7395b88f44d7be93e06f1
This commit is contained in:
@@ -31,6 +31,7 @@ public class PowerMenuConstants {
|
||||
public static final String GLOBAL_ACTION_KEY_VOICEASSIST = "voiceassist";
|
||||
public static final String GLOBAL_ACTION_KEY_ASSIST = "assist";
|
||||
public static final String GLOBAL_ACTION_KEY_LOGOUT = "logout";
|
||||
public static final String GLOBAL_ACTION_KEY_EMERGENCY = "emergency";
|
||||
|
||||
/**
|
||||
* Advanced restart menu actions
|
||||
@@ -51,7 +52,8 @@ public class PowerMenuConstants {
|
||||
GLOBAL_ACTION_KEY_SILENT,
|
||||
GLOBAL_ACTION_KEY_VOICEASSIST,
|
||||
GLOBAL_ACTION_KEY_ASSIST,
|
||||
GLOBAL_ACTION_KEY_LOGOUT
|
||||
GLOBAL_ACTION_KEY_LOGOUT,
|
||||
GLOBAL_ACTION_KEY_EMERGENCY,
|
||||
};
|
||||
|
||||
public static String[] getAllActions() {
|
||||
|
||||
Reference in New Issue
Block a user