commit | 2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Wed Sep 26 14:53:02 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Wed Sep 26 14:53:02 2012 -0400 |
tree | a176f540fd6b31ea626df0d267284526180e4f93 | |
parent | 4be841b09a6d01d2b54480456945167954e6f717 [diff] [blame] |
Add option to wipe android secure
diff --git a/gui/action.cpp b/gui/action.cpp index 1132a20..d636934 100644 --- a/gui/action.cpp +++ b/gui/action.cpp
@@ -715,6 +715,8 @@ DataManager::GetValue(TW_EXTERNAL_PATH, External_Path); ret_val = PartitionManager.Wipe_By_Path(External_Path); + } else if (arg == "ANDROIDSECURE") { + ret_val = PartitionManager.Wipe_Android_Secure(); } else ret_val = PartitionManager.Wipe_By_Path(arg);