Added VirusTotal upload

This commit is contained in:
M66B
2022-07-24 21:17:10 +02:00
parent 057c4f7b8e
commit 3606401af8
7 changed files with 225 additions and 87 deletions

View File

@@ -27,11 +27,15 @@ import java.io.File;
public class VirusTotal {
static final String URI_PRIVACY = "";
static String getUrl(File file) {
return null;
}
static Bundle lookup(Context context, File file, String apiKey) {
return null;
}
static Bundle upload(Context context, File file, String apiKey) {
static Bundle upload(Context context, File file, String apiKey, Runnable analyzing) {
return null;
}
}