添加onWait注解,修复自动添加等待任务的bug

This commit is contained in:
e
2018-01-31 19:52:51 +08:00
parent b191bb2470
commit 1f3bd90b3b
37 changed files with 255 additions and 214 deletions

View File

@@ -50,6 +50,7 @@ interface ProxyConstance {
String COUNT_METHOD_DOWNLOAD_GROUP_SUB = "getDownloadGroupSubCounter";
String COUNT_METHOD_UPLOAD = "getUploadCounter";
int WAIT = 0X10;
int PRE = 0X11;
int TASK_PRE = 0X12;
int TASK_RESUME = 0X13;