diff options
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 |