summaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-07-08 23:10:23 +0200
committerDoug Zongker <dougz@google.com>2014-07-08 23:10:23 +0200
commit93950229cf9a991589f6bb071a966b00349d18d6 (patch)
treeeec365a85750de0ac8c9f73c0be301d099c4688f /device.h
parentsideload without holding the whole package in RAM (diff)
downloadandroid_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.tar
android_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.tar.gz
android_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.tar.bz2
android_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.tar.lz
android_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.tar.xz
android_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.tar.zst
android_bootable_recovery-93950229cf9a991589f6bb071a966b00349d18d6.zip
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 df71377c1..57ec3fc32 100644
--- a/device.h
+++ b/device.h
@@ -65,7 +65,8 @@ class Device {
// - invoke a specific action (a menu position: any non-negative number)
virtual int HandleMenuKey(int key, int visible) = 0;
- enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, APPLY_CACHE,
+ enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT,
+ APPLY_CACHE, // APPLY_CACHE is deprecated; has no effect
APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE,
REBOOT_BOOTLOADER, SHUTDOWN };