简体   繁体   English

从下载管理器android隐藏下载

[英]Hide downloads from download manager android

I am implementing a mp3 downloader for android. 我正在为Android实现一个mp3下载器。 I am using native DownloadManager service. 我正在使用本机DownloadManager服务。 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()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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