Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Clean up the DownloadManager queue #17

Closed
SimonSimCity opened this issue Jun 14, 2016 · 1 comment
Closed

Android: Clean up the DownloadManager queue #17

SimonSimCity opened this issue Jun 14, 2016 · 1 comment
Milestone

Comments

@SimonSimCity
Copy link
Owner

Do we have to clean up the DownloadManager queue? Please test if the system keeps track of all the successfully downloaded files or if it's more like a temporary queue.

14b6769#diff-a27810e87ac4ea1f840fd2e699c41639R87

@SimonSimCity SimonSimCity added this to the 1.0 milestone Sep 6, 2016
@SimonSimCity
Copy link
Owner Author

SimonSimCity commented Oct 1, 2016

On Android, most of the systems I've worked with, have an app called Downloads where all finished downloads are listed, no matter where you stored it.

To remove the downloads your app did from this list, you have to remove it manually after the download has finished. See the example: 12de914

This could be done by the CrossDownloadManager, but I currently think it's better to let the developer decide if he wants to remove it. Most developers, I guess, will do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant