I have a working download manager implementation here - complete source code
The problem I am facing:
- Sometimes because of connectivity issues, The download manager gets
paused
- It gets resumed after some time on its own, sometimes it takes a lot of time to resume
- Say I switch from Wifi to another network also it resumes and works
Question:
- Is there a way to forcefully try the reconnection/resume of the download manually with the download ID reference we get?