sdk: Add GLOBAL_ACTION_KEY_RESTART_FASTBOOT

Change-Id: Ib4f050f634769f58e654a4240fb521f136fd04e7
This commit is contained in:
LuK1337
2019-11-24 20:25:39 +01:00
committed by dwardo
parent 8505f77f36
commit 7f4f356c67

View File

@@ -39,6 +39,7 @@ public class PowerMenuConstants {
public static final String GLOBAL_ACTION_KEY_RESTART_RECOVERY = "restart_recovery";
public static final String GLOBAL_ACTION_KEY_RESTART_BOOTLOADER = "restart_bootloader";
public static final String GLOBAL_ACTION_KEY_RESTART_DOWNLOAD = "restart_download";
public static final String GLOBAL_ACTION_KEY_RESTART_FASTBOOT = "restart_fastboot";
private static String[] ALL_ACTIONS = {
GLOBAL_ACTION_KEY_POWER,