deleted some unused code and assets

This commit is contained in:
David 2016-04-29 08:12:12 -03:00
parent 3beafa2a74
commit 730de4061f
15 changed files with 1 additions and 10 deletions

View file

@ -141,16 +141,7 @@ public class Utility
}
}
public static String getErrorString(Context context, int code) {
switch (code) {
case DownloadMission.ERROR_SERVER_UNSUPPORTED:
return context.getString(R.string.msg_server_unsupported);
default:
return "";
}
}
public static FileType getFileType(String file) {
if (file.endsWith(".apk")) {
return FileType.APP;