guolindev / PermissionX

An open source Android library that makes handling runtime permissions extremely easy.
Apache License 2.0
3.34k stars 386 forks source link

当权限拒绝并且不再询问,仍然会弹窗 #245

Open lisen87 opened 12 months ago

lisen87 commented 12 months ago

image 这个需要怎么处理呢?

lisen87 commented 12 months ago

版本 1.7

DZcry commented 11 months ago

版本 1.7 应该else 里面不写东西就行 if(beforeRequest) { scope.showRequestReasonDialog( deniedList, "即将申请的权限是程序必须依赖的权限", "我已明白" ) } else { //Do nothing }