diff options
author | Doug Zongker <dougz@android.com> | 2012-01-10 00:16:13 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2012-01-10 19:18:17 +0100 |
commit | 9270a20a801403c9f60d6a701b39eae70d380403 (patch) | |
tree | 5bdb058af5b05a65112297a504018ee356e0ddbb /device.h | |
parent | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE (diff) | |
download | android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.tar android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.tar.gz android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.tar.bz2 android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.tar.lz android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.tar.xz android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.tar.zst android_bootable_recovery-9270a20a801403c9f60d6a701b39eae70d380403.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 |