Defer downloading body

This commit is contained in:
M66B
2018-09-15 07:22:42 +00:00
parent 9c92f19127
commit 87ead339f9
10 changed files with 1035 additions and 18 deletions

View File

@@ -72,6 +72,7 @@ public class EntityOperation {
public static final String SEND = "send";
public static final String ATTACHMENT = "attachment";
public static final String HEADERS = "headers";
public static final String BODY = "body";
public static final String FLAG = "flag";
private static List<Intent> queue = new ArrayList<>();