diff options
author | Michael Ward <mikeward@google.com> | 2011-06-24 07:14:24 +0200 |
---|---|---|
committer | Michael Ward <mikeward@google.com> | 2011-06-24 20:53:58 +0200 |
commit | 9d2629c1c40a3469aa28fb8c93c81f76ab46dc94 (patch) | |
tree | 1a8f7cdaed80b719f4a162d0fdecf91d420334d2 /default_recovery_ui.c | |
parent | Get the correct line_length. (diff) | |
download | android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.gz android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.bz2 android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.lz android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.xz android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.tar.zst android_bootable_recovery-9d2629c1c40a3469aa28fb8c93c81f76ab46dc94.zip |
Diffstat (limited to 'default_recovery_ui.c')
-rw-r--r-- | default_recovery_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default_recovery_ui.c b/default_recovery_ui.c index 7c4017e7e..d56164e7e 100644 --- a/default_recovery_ui.c +++ b/default_recovery_ui.c @@ -27,6 +27,7 @@ char* MENU_ITEMS[] = { "reboot system now", "apply update from external storage", "wipe data/factory reset", "wipe cache partition", + "apply update from cache", NULL }; void device_ui_init(UIParameters* ui_parameters) { |