Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.32k stars 10.69k forks source link

ToastUtils 关闭通知栏权限无法显示toast #682

Closed CaojingCode closed 6 years ago

CaojingCode commented 6 years ago

Describe the bug

A clear and concise description of what the bug is.

The code of bug

android 8.0以上谷歌把toast加入通知栏权限,如果关闭通知,将不能显示toast,能不能把ToastUtils修改一下兼容8.0

Blankj commented 6 years ago

这个做不到的,谷歌对 API 25 及以上的 Toast 类型的悬浮窗权限做了限制,所以我这边只能做到小于 25 可以无条件显示