mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Small improvements
This commit is contained in:
@@ -32,18 +32,19 @@ public class VirusTotal {
|
||||
static final String URI_PRIVACY = "";
|
||||
|
||||
static String getUrl(File file) {
|
||||
return null;
|
||||
throw new NotImplementedException("VirusTotal");
|
||||
}
|
||||
|
||||
static Bundle lookup(Context context, File file, String apiKey) {
|
||||
return null;
|
||||
throw new NotImplementedException("VirusTotal");
|
||||
}
|
||||
|
||||
static String upload(Context context, File file, String apiKey) {
|
||||
return null;
|
||||
throw new NotImplementedException("VirusTotal");
|
||||
}
|
||||
|
||||
static void waitForAnalysis(Context context, String id, String apiKey) {
|
||||
throw new NotImplementedException("VirusTotal");
|
||||
}
|
||||
|
||||
public static class ScanResult implements Parcelable {
|
||||
|
||||
Reference in New Issue
Block a user