deleted some unused code and assets
This commit is contained in:
parent
3beafa2a74
commit
730de4061f
15 changed files with 1 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue