commit | 9d2629c1c40a3469aa28fb8c93c81f76ab46dc94 | [log] [tgz] |
---|---|---|
author | Michael Ward <mikeward@google.com> | Thu Jun 23 22:14:24 2011 -0700 |
committer | Michael Ward <mikeward@google.com> | Fri Jun 24 11:53:58 2011 -0700 |
tree | 1a8f7cdaed80b719f4a162d0fdecf91d420334d2 | |
parent | 3dbe66b71d38e9edd8cf9afcbc02c264addbec89 [diff] [blame] |
Allow applying an OTA package manually from cache. Change-Id: I8f78377555c658a992ca95cadf11b67ddc93fed8
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 @@ #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[];