如何清除android downloadmanager通知?

时间:2016-02-15 06:15:33

标签: android android-notifications android-download-manager

我正在使用DownloadManager从服务器下载zip文件。下载后,我从文件中提取内容并在我的应用程序中显示。

我想以编程方式清除“下载完成通知”,以便我可以像Play商店那样生成“文件正在提取”的新通知,并且在提取完成后,将显示显示“提取已完成”的新通知。

我附上了游戏商店通知的截图。

When file is installing

When file installed

1 个答案:

答案 0 :(得分:1)

只需将其设置为您的请求即可

 request.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE);