From 2ff5a8dc5b7c39a21eb1bc8d2d227f2b16800a21 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 26 Sep 2012 14:53:02 -0400 Subject: Add option to wipe android secure --- gui/action.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/action.cpp') diff --git a/gui/action.cpp b/gui/action.cpp index 1132a20a9..d63693440 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -715,6 +715,8 @@ int GUIAction::doAction(Action action, int isThreaded /* = 0 */) 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); -- cgit v1.2.3