-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 13适配问题 #2623
Comments
遇见了同样的情况。 |
把这个加上试试: private class OnPermissionsInterceptListenerImpl: OnPermissionsInterceptListener {
} |
源码里的,PermissionConfig#getReadPermissionArray() ,也有 READ_EXTERNAL_STORAGE 相关判断,把它也注释掉。然后,可以在调用 PictureSelector 的地方 ,手动添加权限判断 |
v3.10.9已修复 |
您好,请问3.10.9 发mavencenter了吗? |
Current use version?
当前使用的版本是多少?
v3.10.8
Will this problem occur in demo?
Demo能否复现这问题?
能
Describe the problem or provide an error log?
描述问题或提供错误log?
-当把demo的targetSdkVersion调至33(Android 13)后,在Android 13的设备(真机&模拟器)上运行,选取图片功能失效(确认已授予android.permission.READ_MEDIA_IMAGES权限)。
-现象是:点击+号之后——跳至图片选择页——选择页是空的——直接自动跳至了系统权限页(可以看到图片权限是已经授予的)——退出系统权限页——返回提示Read memory card access denied。用模拟器和真机都是这个现象。Android 13无法选取图片。
注:在targetSdkVersion小于33时(Android 12及以下设备)可以正常运行,没有问题
The text was updated successfully, but these errors were encountered: