diff options
author | Doug Zongker <dougz@android.com> | 2012-01-10 00:16:13 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2012-01-18 19:35:28 +0100 |
commit | e83b7cf8f1bad5b334b6352d3b850d8555530a9a (patch) | |
tree | 3a139cf549726cf66f41ef4899a21cde379a3648 /device.h | |
parent | fix verifier test (diff) | |
download | android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.tar android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.tar.gz android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.tar.bz2 android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.tar.lz android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.tar.xz android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.tar.zst android_bootable_recovery-e83b7cf8f1bad5b334b6352d3b850d8555530a9a.zip |
Diffstat (limited to '')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ class Device { virtual int HandleMenuKey(int key, int visible) = 0; enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, APPLY_CACHE, - WIPE_DATA, WIPE_CACHE }; + APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE }; // Perform a recovery action selected from the menu. // 'menu_position' will be the item number of the selected menu |