浏览器下载文件,调用了系统DownloadManager
系统内置DownloadManager 显示通知信息的类:
DownloadNotifier.java,此问题应该是创建channel时,设置的等级较低引起的。
修改:
// Ensure that all our channels are ready to use
mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_ACTIVE,
context.getText(R.string.download_running),
/*jicong.wang modify for bug 11379 start {@*/
NotificationManager.IMPORTANCE_DEFAULT));
/*jicong.wang modify for bug 11379 end @}*/