aboutsummaryrefslogtreecommitdiffstats
path: root/recovery_ui.h
diff options
context:
space:
mode:
authorMichael Ward <mikeward@google.com>2011-06-23 22:14:24 -0700
committerMichael Ward <mikeward@google.com>2011-06-24 11:53:58 -0700
commit9d2629c1c40a3469aa28fb8c93c81f76ab46dc94 (patch)
tree1a8f7cdaed80b719f4a162d0fdecf91d420334d2 /recovery_ui.h
parent3dbe66b71d38e9edd8cf9afcbc02c264addbec89 (diff)
downloadbootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.zip
bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.gz
bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.bz2
Allow applying an OTA package manually from cache.
Change-Id: I8f78377555c658a992ca95cadf11b67ddc93fed8
Diffstat (limited to 'recovery_ui.h')
-rw-r--r--recovery_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery_ui.h b/recovery_ui.h
index e56a24b..5f01770 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -76,6 +76,7 @@ int device_wipe_data();
#define ITEM_APPLY_SDCARD 1 // historical synonym for ITEM_APPLY_EXT
#define ITEM_WIPE_DATA 2
#define ITEM_WIPE_CACHE 3
+#define ITEM_APPLY_CACHE 4
// Header text to display above the main menu.
extern char* MENU_HEADERS[];