diff options
author | Doug Zongker <dougz@android.com> | 2012-01-10 19:19:00 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-01-10 19:19:00 +0100 |
commit | 3e8ba436854ecbd15f494ff7ebb9927fa47cb11b (patch) | |
tree | 4d79645e104a0c6459861684b398c3ea28239cc7 /device.h | |
parent | recovery: convert all usages of $prop to ${prop} (diff) | |
parent | support "sideload over ADB" mode (diff) | |
download | android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.tar android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.tar.gz android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.tar.bz2 android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.tar.lz android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.tar.xz android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.tar.zst android_bootable_recovery-3e8ba436854ecbd15f494ff7ebb9927fa47cb11b.zip |
Diffstat (limited to 'device.h')
-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 |