From be598881d079511385a88b12b7a14b97e63dc85e Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 8 Apr 2010 14:36:55 -0700 Subject: support installing any .zip file on the sdcard Replaces the "install sdcard:update zip" menu option with one that displays a menu of zip files (and subdirs) on the sdcard and lets you pick which one to install. Change-Id: I85c94c0e9bc8e05ca52031fc29ca2624c2695ced --- default_recovery_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default_recovery_ui.c') diff --git a/default_recovery_ui.c b/default_recovery_ui.c index 409d67934..ce12787fe 100644 --- a/default_recovery_ui.c +++ b/default_recovery_ui.c @@ -24,7 +24,7 @@ char* MENU_HEADERS[] = { "Android system recovery utility", NULL }; char* MENU_ITEMS[] = { "reboot system now", - "apply sdcard:update.zip", + "apply update from sdcard", "wipe data/factory reset", "wipe cache partition", NULL }; -- cgit v1.2.3