DownloadProvider
DownloadProvider copied to clipboard
Porting Android DownloadProvider
In project, it can show all progress downloads. But Can show progress of individual download to progressbar? thanks!
In some devices ( like samsung Galaxy S5 ), ongoing notification flashing every time information get update! whats the problem here! P.s: Can you provide a sample demo to demonstrate...
https://github.com/djun100/DownloadProvider
DownloadInfo.java void startIfReady(long now) a bug in this function void startIfReady(long now) { synchronized (this) { if (!isReadyToStart(now)) { //set download paused will return return; } ``` if (Constants.LOGV) {...
if i downloading some large file .and then break. and reOpen my app, it will continue last download position or start new file again ??? Thanks.
I use the project as a library,but when i click the notification ,there is no broadcast of NOTIFICATION_CLICK,so i can't use receiver to catch it, have you found the bug?
how do you to deal with the problem of the thread no updata data for a long time because of the network at no good state, but no response the...
Exception for id 8: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.mozillaonline.providers.downloads/com.mozillaonline.providers.downloads.SizeLimitActivity}; have you declared this activity in your AndroidManifest.xml? There is a bug when it run in 3G mobile...
This download manager will be perfect if it can queued download, and user can set max download threads at a time. If you have free time, please support this feature....