commit | 82c2ca262e37ec80b2d3c2f5daeafd1f1c6b516b | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Jul 03 13:54:21 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Jul 03 13:57:28 2010 -0700 |
tree | b4c774143aaea6dd98f87ca1222613683ddb83c3 | |
parent | d3cc60b03656f336a9f415ecf4d02fd9ef714139 [diff] [blame] |
Backup of Froyo apps on external storage.
diff --git a/recovery.c b/recovery.c index 7a1ccb2..7aa2599 100644 --- a/recovery.c +++ b/recovery.c
@@ -418,6 +418,7 @@ #endif erase_root("CACHE:"); erase_root("SDEXT:"); + erase_root("SDCARD:/.android_secure"); ui_print("Data wipe complete.\n"); }