如何清除 android downloadmanager 通知?

How to clear the android downloadmanager notification?

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

我想以编程方式清除下载完成通知,以便我可以像 Play 商店那样生成 "File is Extracting" 的新通知,并且在提取完成后,将显示显示 "Extraction Completed" 的新通知.

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

When file is installing

When file installed

只需将此设置为您的要求:

 request.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE);