-1

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.

Namikaze Minato
  • 1,332
  • 4
  • 23
  • 41

1 Answers1

4

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

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491