aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index df71377c..57ec3fc3 100644
--- a/device.h
+++ b/device.h
@@ -65,7 +65,8 @@ class Device {
65 // - invoke a specific action (a menu position: any non-negative number) 65 // - invoke a specific action (a menu position: any non-negative number)
66 virtual int HandleMenuKey(int key, int visible) = 0; 66 virtual int HandleMenuKey(int key, int visible) = 0;
67 67
68 enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, APPLY_CACHE, 68 enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT,
69 APPLY_CACHE, // APPLY_CACHE is deprecated; has no effect
69 APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE, 70 APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE,
70 REBOOT_BOOTLOADER, SHUTDOWN }; 71 REBOOT_BOOTLOADER, SHUTDOWN };
71 72