diff options
author | Doug Zongker <dougz@android.com> | 2014-04-01 22:20:23 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2014-04-01 22:20:23 +0200 |
commit | 8d9d3d5cbe240d09db10d08956d152dce934e892 (patch) | |
tree | e0bb35703cb670a2fc9d697927528314008348ee /device.h | |
parent | remove DefaultDevice's UI subclass (diff) | |
download | android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.gz android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.bz2 android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.lz android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.xz android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.tar.zst android_bootable_recovery-8d9d3d5cbe240d09db10d08956d152dce934e892.zip |
Diffstat (limited to '')
-rw-r--r-- | device.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |