aboutsummaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-04-01 13:20:23 -0700
committerDoug Zongker <dougz@android.com>2014-04-01 13:20:23 -0700
commit8d9d3d5cbe240d09db10d08956d152dce934e892 (patch)
treee0bb35703cb670a2fc9d697927528314008348ee /device.h
parent02abde50851f66196c74d215150014f1378cb853 (diff)
downloadbootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.zip
bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.gz
bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.bz2
add reboot-to-bootloader and power down options to recovery menu
Useful when debugging or developing for recovery. Change-Id: Ic3ab42d5e848ad3488f1c575339b55e45c8a024b
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index 583de75..df71377 100644
--- a/device.h
+++ b/device.h
@@ -66,7 +66,8 @@ class Device {
virtual int HandleMenuKey(int key, int visible) = 0;
enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, APPLY_CACHE,
- APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE };
+ APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE,
+ REBOOT_BOOTLOADER, SHUTDOWN };
// Perform a recovery action selected from the menu.
// 'menu_position' will be the item number of the selected menu