aboutsummaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-12-09 00:33:52 -0800
committerTom Marshall <tdm@cyngn.com>2015-11-20 15:46:40 -0800
commit06d6208a29c845983832351c6a651329ecb30a9f (patch)
treef67ddc1944768628735f0bdbd7fb0cfb194aac56 /device.h
parentc00a32f061458e996d1acaa147736a7ed055ce73 (diff)
downloadbootable_recovery-06d6208a29c845983832351c6a651329ecb30a9f.zip
bootable_recovery-06d6208a29c845983832351c6a651329ecb30a9f.tar.gz
bootable_recovery-06d6208a29c845983832351c6a651329ecb30a9f.tar.bz2
Add back and home key handling.
Change-Id: I5abac0f1b59d480b859f77ce16126f13fccd440b
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 393b507..1faad5f 100644
--- a/device.h
+++ b/device.h
@@ -90,6 +90,7 @@ class Device {
static const int kHighlightUp = -2;
static const int kHighlightDown = -3;
static const int kInvokeItem = -4;
+ static const int kGoBack = -5;
// Called before and after we do a wipe data/factory reset operation,
// either via a reboot from the main system with the --wipe_data flag,