summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2012-01-18 22:46:26 +0100
committerDoug Zongker <dougz@android.com>2012-01-19 00:15:39 +0100
commit48b5b0737c127a049bf16f9c69926c4da8668112 (patch)
tree92e4aeda2e0db36e09be25eef8d239983411309f /ui.h
parentalways initialize usb product, vendor, etc. for adb in recovery (diff)
downloadandroid_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.tar
android_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.tar.gz
android_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.tar.bz2
android_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.tar.lz
android_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.tar.xz
android_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.tar.zst
android_bootable_recovery-48b5b0737c127a049bf16f9c69926c4da8668112.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.h b/ui.h
index 750b99333..0d3b7bb98 100644
--- a/ui.h
+++ b/ui.h
@@ -73,7 +73,7 @@ class RecoveryUI {
// Return value indicates whether an immediate operation should be
// triggered (toggling the display, rebooting the device), or if
// the key should be enqueued for use by the main thread.
- enum KeyAction { ENQUEUE, TOGGLE, REBOOT };
+ enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
virtual KeyAction CheckKey(int key);
// --- menu display ---