From 9d2629c1c40a3469aa28fb8c93c81f76ab46dc94 Mon Sep 17 00:00:00 2001 From: Michael Ward Date: Thu, 23 Jun 2011 22:14:24 -0700 Subject: Allow applying an OTA package manually from cache. Change-Id: I8f78377555c658a992ca95cadf11b67ddc93fed8 --- recovery_ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'recovery_ui.h') diff --git a/recovery_ui.h b/recovery_ui.h index e56a24b29..5f0177045 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[]; -- cgit v1.2.3