summaryrefslogtreecommitdiffstats
path: root/recovery_ui/include
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-18 23:45:50 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-18 23:45:50 +0200
commitb951138ebe56a3b0a10764d5629479adfe3a3689 (patch)
treea5a2cf98f7b31abbfa6116be2037634a1925b88f /recovery_ui/include
parentMerge "Move load & restore logs to logging.cpp" (diff)
parentAllow entering rescue mode via recovery UI. (diff)
downloadandroid_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.tar
android_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.tar.gz
android_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.tar.bz2
android_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.tar.lz
android_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.tar.xz
android_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.tar.zst
android_bootable_recovery-b951138ebe56a3b0a10764d5629479adfe3a3689.zip
Diffstat (limited to 'recovery_ui/include')
-rw-r--r--recovery_ui/include/recovery_ui/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery_ui/include/recovery_ui/device.h b/recovery_ui/include/recovery_ui/device.h
index 3c44510c8..8f17639d6 100644
--- a/recovery_ui/include/recovery_ui/device.h
+++ b/recovery_ui/include/recovery_ui/device.h
@@ -50,6 +50,7 @@ class Device {
KEY_INTERRUPTED = 13,
ENTER_FASTBOOT = 14,
ENTER_RECOVERY = 15,
+ ENTER_RESCUE = 16,
};
explicit Device(RecoveryUI* ui);