Aspsine / MultiThreadDownload

Android Multi-Thread Download library
908 stars 284 forks source link

How to download files in background? #60

Closed sudarshaana closed 8 years ago

sudarshaana commented 8 years ago

I want to download the file(s) if the app is open and the user is using the app. In the example project when I am on main activity from Listview or Recycle View the downloading are on pause.

How to download the file in the background?

huanting commented 8 years ago

please delete below code in function "onPause", ownloadManager.getInstance().pauseAll();

Aspsine commented 8 years ago

71