You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try add these two lines to your application tags in AndroidManifest.xml
android:preserveLegacyExternalStorage="true"
android:requestLegacyExternalStorage="true"
Android 13 targetSdkVersion=33
requestList.add(Manifest.permission.READ_MEDIA_IMAGES)
requestList.add(Manifest.permission.READ_MEDIA_VIDEO)
报:open failed: EACCES (Permission denied)
The text was updated successfully, but these errors were encountered: