From 8674a726ff05a4a6c09c6934778c251635f130a8 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 15 Sep 2010 11:08:23 -0700 Subject: (cherry-pick) 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: Icff541525f2fdfc8939a91af626ecc386ac9dd07 --- 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