diff options
author | Steve Kondik <shade@chemlab.org> | 2013-12-09 00:33:52 -0800 |
---|---|---|
committer | Tom Marshall <tdm@cyngn.com> | 2015-11-20 15:46:40 -0800 |
commit | 06d6208a29c845983832351c6a651329ecb30a9f (patch) | |
tree | f67ddc1944768628735f0bdbd7fb0cfb194aac56 /device.h | |
parent | c00a32f061458e996d1acaa147736a7ed055ce73 (diff) | |
download | bootable_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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |