Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法(每次下载一个文件除外)一次用Android下载DownloadManager每个文件的文件,我注意到DownloadManager同时下载文件,有没有办法禁用这种行为?
DownloadManager
您可以一次使用一个下载请求DownloadManager.enqueue(request)
DownloadManager.enqueue(request)