Pause android DownloadManager
From what I can tell by looking at the source code, this isn't supported (although the DownloadManager
will automatically retry after failures on its own and after system reboots, etc.).
If you haven't seen this or this already, it looks like there is some useful information there on how to implement your own service yourself with these capabilities.