We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.10.7
可以复现
targetSdkVersion 设置为33以下的时候,android13的机器上无法读取相册。 只有将target也设置为33,才能在13的机器上正常工作。
手头的项目target为31,也想在android13上使用,权限就申请普通的android.permission.READ_EXTERNAL_STORAGE就好了。 但是PermissionChecker类中运行环境>=33的时候直接使用android.permission.READ_MEDIA_IMAGES,就没办法正常获取数据了。
android.permission.READ_EXTERNAL_STORAGE
PermissionChecker
android.permission.READ_MEDIA_IMAGES
The text was updated successfully, but these errors were encountered:
我也遇到此问题了 targetSdk升级33就正常了 但是低于 就不显示 设备是Vivo x80 Android 13
Sorry, something went wrong.
v3.10.9已修复
No branches or pull requests
Current use version?
当前使用的版本是多少?
3.10.7
Will this problem occur in demo?
Demo能否复现这问题?
可以复现
Describe the problem or provide an error log?
描述问题或提供错误log?
targetSdkVersion 设置为33以下的时候,android13的机器上无法读取相册。
只有将target也设置为33,才能在13的机器上正常工作。
手头的项目target为31,也想在android13上使用,权限就申请普通的
android.permission.READ_EXTERNAL_STORAGE
就好了。但是
PermissionChecker
类中运行环境>=33的时候直接使用android.permission.READ_MEDIA_IMAGES
,就没办法正常获取数据了。The text was updated successfully, but these errors were encountered: