Top "Android-download-manager" questions

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

Unzipping files programmatically in Android

I am downloading a zip folder and saving in specific folder in my Android device. My application is not accessing …

java android android-emulator android-download-manager
Android DownloadManager get filename

In my app you can download some files. I used the Android DownloadManager class for downloading. After the download is …

java android broadcastreceiver android-download-manager receiver
can't open file downloaded through download manager api

I successfully downloaded a pdf file using DownloadManager API in android. Manifest permissions are set correctly. File downloaded correctly. But …

android android-webview android-download-manager
How to Download File Using DownloadManager in API 29 or Android Q?

As I am new in Android Development, I am trying to simple App using DownloadManager. Here is the code public …

android android-download-manager
Android Download Manager setDestinationInExternalFilesDir

I am using the Download Manager and when I use setDestinationInExternalFilesDir(this, Environment.DIRECTORY_DOWNLOADS, "example.ext"); the files are …

android android-download-manager
can we open download folder via. intent?

Actually, I need to open the default Download folder from my application. Is it possible? If yes, then please provide …

android android-intent android-download-manager
How can I download the video from url in background(Android) like vimeo app

I am developing one video streaming app but I'm stuck on downloading video in Android app, I want to download …

android android-layout android-studio android-download-manager
How to pause and resume DownloadManager

I know this question is duplicated, I haven't got complacent answer. I am using Android System DownloadManager to download file …

android download android-download-manager
How to download m3u8 format media file in Android

I need to parse an m3u8 media file, which is a playlist, and download the actual media content. As …

android download android-download-manager m3u8 m3u
Downloaded files get deleted automatically

In my app, there are a few files that users can download. The files get downloaded via the android download …

android android-file android-download-manager