commit | 7364e82a5fc092ec246c4f1a2b70a2d58544f378 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sat Apr 23 19:01:16 2011 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Sat Apr 23 19:01:16 2011 -0700 |
tree | 3327a8df2ad9070dc9562e58573f3cdf384591b8 | |
parent | 1f1a274ecc9b875bec556c5a92a38f13c2ca7014 [diff] [blame] |
format .android_secure on RM data wipe. Change-Id: If417334263f577f0f1ca9a8c5bf6b63582dbb09f
diff --git a/edifyscripting.c b/edifyscripting.c index 83f089f..89554d7 100644 --- a/edifyscripting.c +++ b/edifyscripting.c
@@ -141,6 +141,10 @@ free(path); return StringValue(strdup("")); } + if (0 != format_volume("/sdcard/.android_secure")) { + free(path); + return StringValue(strdup("")); + } } done: