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);