Scheduler 重构

This commit is contained in:
AriaLyy
2017-02-27 17:15:23 +08:00
parent f8a249302f
commit 8eb1ba8477
29 changed files with 854 additions and 286 deletions

View File

@ -50,7 +50,7 @@ public class SimpleNotification {
Aria.download(mContext).load(DOWNLOAD_URL).stop();
}
private static class DownloadCallback extends Aria.SimpleSchedulerListener {
private static class DownloadCallback extends Aria.DownloadSchedulerListener {
NotificationCompat.Builder mBuilder;
NotificationManager mManager;