Top "Download-manager" questions

A download-manager is often used for handling long-running downloads, and might support pausing, interrupting and resuming.

DownloadManager.Request.setNotificationVisibility fails with SecurityException: invalid value for visibility: 2

I'm trying to use DownloadManager in a Service class of mine: DownloadManager downloadManager = (DownloadManager) getSystemService(DOWNLOAD_SERVICE); //imageUri is a …

android download-manager
Android Download Manager

I think i have a rather simple question. http://www.vogella.com/blog/2011/06/14/android-downloadmanager-example/ I have been following a tutorial …

android file path filepath download-manager
DownThemAll alternative for Firefox Quantum?

previously i was using DownThemAll extension on my Firefox. recently i upgraded my firefox to Quantum since DownthemAll does not …

firefox firefox-addon download-manager
How to get status of downloading?

I use DownloadManager for getting status of downloading, but it still doesn't work, it never jumps to condition if(c.…

android download download-manager
How to request multiple downloads using Download Manager in Android 2.3.3

How to request Android download manager to download multiple files at the same time. Also I would like to know …

android download-manager
download file to custom directory

I am using the DownloadManager to download a file to my Android device. I can choose to download to the …

android download-manager
DownloadManager with manually pause and resume

I need to implement Download-Manager with pause and resume mechanism. This manager is needed for downloading large video files or …

android download-manager
notification disappears - Android DownloadManager

Solution: API 11 is needed see answer below! Easy Question: After downloading a File with the implemented DownloadManager the Notification disappears. …

android download notifications notify download-manager
Retrieve file path from caught DownloadManager intent

Since Android 4.2 if a user downloads some file in the browser the DownloadManager is used. If the user clicks the …

android android-intent download-manager
Show progress bar while downloading using download manager

I am using download manager api for downloading large files, and i achieved it too. But the thing is, the …

java android download download-manager android-download-manager