diff options
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, |