admin管理员组文章数量:1130349
浏览器下载文件,调用了系统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 @}*/浏览器下载文件,调用了系统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 @}*/版权声明:本文标题:进入浏览器下载文件,状态栏不显示下载图标 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1760299114a2852792.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论