I really want to use android.app.DownloadManager class, also I want to add Pause/Resume ability to my android app.
as google said on developer Guide :
The download manager (android.app.DownloadManager) will conduct the download in the background, taking care of HTTP interactions and retrying downloads after failures or across connectivity changes and system reboots.
I guess we can add Pause/Resume ability to this class without writing a new Download Manager, Like : DownloadProvider
can anybody help me ?