aboutsummaryrefslogtreecommitdiffstats
path: root/default_recovery_ui.c
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-10-25 20:48:46 -0500
committerChirayu Desai <cdesai@cyanogenmod.org>2013-06-07 08:50:25 +0530
commite672fdfefb0f2febfb0312257dd2fe2b09e2d81c (patch)
tree61cfb853982ef14bb8cd57de406e0ef979d95d33 /default_recovery_ui.c
parented53bd05ad30bcbd2243213da8d9e4427b0ac60b (diff)
downloadbootable_recovery-e672fdfefb0f2febfb0312257dd2fe2b09e2d81c.zip
bootable_recovery-e672fdfefb0f2febfb0312257dd2fe2b09e2d81c.tar.gz
bootable_recovery-e672fdfefb0f2febfb0312257dd2fe2b09e2d81c.tar.bz2
move "install zip from sideload" to installation submenu
* Also includes the below commit: fix installation from internal sdcard bug introduced in previous commit Change-Id: If41d409801e9a58df9515ac783bf503f80909d3e * I've done some minor changes to the original commit, which includes but is not limited to moving the "install zip from sideload" above "/sdcard/update.zip". Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org> Change-Id: I27a763a0d41085719a6c7d9c3b8a20fbcae4b072
Diffstat (limited to 'default_recovery_ui.c')
-rw-r--r--default_recovery_ui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/default_recovery_ui.c b/default_recovery_ui.c
index 1f801f1..032c1b3 100644
--- a/default_recovery_ui.c
+++ b/default_recovery_ui.c
@@ -23,8 +23,7 @@
char* MENU_HEADERS[] = { NULL };
char* MENU_ITEMS[] = { "reboot system now",
- "install zip from sdcard",
- "install zip from sideload",
+ "install zip",
"wipe data/factory reset",
"wipe cache partition",
"backup and restore",