添加下载状态通知功能

This commit is contained in:
huangzhuanghua
2016-10-11 10:07:04 +08:00
parent 4262ec7386
commit 896c4e980c
12 changed files with 311 additions and 189 deletions

View File

@ -66,7 +66,6 @@ public class DownloadManager {
}
}
};
context.startService(new Intent(context, DownloadService.class));
}
public void put(String url, long time) {