Question

I want to use android's default download manager.

I mean I have a url. I just invoke android's default download manager by giving the url. Then the rest (stop, pause, delete download ques) is with download manager.

I tried to manipulate downloads by myself but it seems android's default download manager is better and easier.

Was it helpful?

Solution

You are welcome to use DownloadManager on API Level 9 and above, which delegates the download to the built-in Downloads app.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top