简体   繁体   中英

Hide downloads from download manager android

I am implementing a mp3 downloader for android. I am using native DownloadManager service. Obviously, when I download a file, it also shows the downloading(or downloaded) file in the Download Manager app. I want to hide the downloaded file from Downloaded Manager ie I don't want the file to be displayed in the download manager list. Is there any way to acheive this?

DownloadManager.Request尝试setVisibleInDownloadsUi()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM