Top "Android-download-manager" questions

A system service that handles long-running HTTP downloads in Android

Unknown URL content://downloads/my_downloads

I'm using Download Manger for download some multimedia files and categorize them. I'm also using Crashlytics and this is an …

android download android-download-manager
Android download manager completed

Small question about the download manager in android. It's the first time I'm working with it and have successfully downloaded …

android android-download-manager
How to download a file from a server and save it in specific folder in SD card in Android?

I have one requirement in my Android application. I need to download and save file in specific folder of SD …

android android-input-method android-download-manager
DownloadManager not storing Downloaded files in Download Folder

Whenever i try to download any file through the code below dm = (DownloadManager) context.getSystemService(context.DOWNLOAD_SERVICE); request = new …

android download-manager android-download-manager
How to download files from webview Android?

My code below loads the url page fine and after searching for a song when I click on the download …

android webview android-download-manager
FileProvider - Open File from Download Directory

I can't open any file from Download Folder. I can download a file and save in Download Folder with this: …

android download directory android-download-manager android-fileprovider
How to Enable Android Download Manager

I'm using Android Download Manager to download list of files. Lately I came across a crash report saying Unknown java.…

android android-package-managers android-download-manager android-settings
Download Manager Android Permissions error: write external Storage

I programmed an Android App that downloads a sample PDF file to the Download directory using DownloadManager. Here's the code: @…

android xml android-manifest android-permissions android-download-manager
Show Download Manager progress inside activity

I used Download Manager class inside my activity to perform downloads; it works fine and my next task is to …

android android-download-manager
Is it possible to cancel/stop a download started using DownloadManager?

I am using DownloadManager to download a bunch of files in my application. I am not able to figure out …

android android-download-manager