2

I'm looking for a way (except downloading one file each time) to download files with the Android DownloadManager each file at a time, I've noticed the DownloadManager downloading files simultaneously, is there a way to disable this behavior?

4

1 に答える 1

0

一度に 1 つのダウンロード リクエストを使用できますDownloadManager.enqueue(request)

于 2013-12-24T15:58:09.890 に答える