-
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxx.xxx/com.yanzhenjie.permission.bridge.BridgeActivity}: java.lang.NullPointerException: throw with null exception
at andro…
-
手机型号:华为
品牌系统版本: 未知
Android系统版本: Android 9
targetSdkVersion:29
权限:未知
`
java.lang.RuntimeException:Error receiving broadcast Intent { act=com.xiachufang.lazycook.andpermission.bridge.Thread-29 …
-
手机型号:小米5s Plus
品牌系统版本:MIUI10.2.2.0 稳定版
Android系统版本: Android8.0.0
targetSdkVersion:27
权限:Permission.Group.CONTACTS
在Service中使用, 初次安装应用申请权限后onGranted()和onDenied()都没有回调,调用代码如下:
`AndPermission.with(…
-
华为荣耀 JAT-AL100 魅族6pro 给了存储权限 使用过程中提示 没有存储权限
-
我看文档写了只支持androidX引入
It only supports androidx, add dependencies in your gradle
那编译版本是28的,怎么引入AndPermission?总不能为了引一个权限工具,把整个工程重构吧,况且其他三方依赖的sdk也都不全是支持androidX的
-
java.lang.RuntimeException: Error receiving broadcast Intent { act=com.ms.online.andpermission.bridge.Thread-131 flg=0x10 } in com.yanzhenjie.permission.bridge.Messenger@e90a827
at android.a…
-
AndPermission.with(this)
.install()
.file(file)
.start();
我传入的content是service,授权完以后返回没有安装,需要怎么兼容
-
华为 Mate30在申请权限的时候,一直提示无权限,我是在onStart方法中申请READ_PHONE_STATE和WRITE_EXTERNAL_STORAGE两个权限,提示用户进入设置页面,进去后开启了所有的权限,调试的时候还是提示无权限
![IMG_0195](https://user-images.githubusercontent.com/4724467/67820836-c923aa0…
-
android 10 权限可以做一下适配吗?
-
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.wmailn.blepen/com.yanzhenjie.permission.bridge.BridgeActivity}; have you declared this activity in your AndroidMa…