Files
frameworks_base/core/java/android
Masanori Ogino f535cb04f0 Wipe the user data out in any case.
When the external storage is not mounted, the android system won't
wipe out the user data (i.e. "/data") if wipeData() is called with
the flag WIPE_EXTERNAL_STORAGE.

We think that the user data should be wiped out in any options and
also wipeData(int) method currently supports also for a external
storage. So we will also change the API reference comment.

If we should care about backward compatibility of this method behavior
with the option WIPE_EXTERNAL_STORAGE, then we would add an another
bitmask something like a ALWAYS_RESET.

Change-Id: Id7bf673c722bacc0480d32e46553b9a348513879
2012-02-16 09:42:36 +09:00
..
2012-02-16 09:42:36 +09:00
2011-12-14 17:20:54 -08:00
2011-12-06 15:46:58 -08:00
2011-12-07 16:55:38 -08:00
2011-11-30 12:32:15 +00:00
2011-12-13 12:37:02 -08:00
2012-01-11 13:35:29 -08:00