Closed CaojingCode closed 6 years ago
A clear and concise description of what the bug is.
android 8.0以上谷歌把toast加入通知栏权限,如果关闭通知,将不能显示toast,能不能把ToastUtils修改一下兼容8.0
这个做不到的,谷歌对 API 25 及以上的 Toast 类型的悬浮窗权限做了限制,所以我这边只能做到小于 25 可以无条件显示
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