添加下载状态通知功能
This commit is contained in:
@ -66,7 +66,6 @@ public class DownloadManager {
|
||||
}
|
||||
}
|
||||
};
|
||||
context.startService(new Intent(context, DownloadService.class));
|
||||
}
|
||||
|
||||
public void put(String url, long time) {
|
||||
|
||||
Reference in New Issue
Block a user