globules-io commented on issue #564:
URL: 
https://github.com/apache/cordova-plugin-file/issues/564#issuecomment-1497789404

   What about 
https://developer.android.com/reference/android/Manifest.permission#MANAGE_EXTERNAL_STORAGE
 and 
https://developer.android.com/reference/android/Manifest.permission#READ_EXTERNAL_STORAGE
 and 
https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_VIDEO
   
   
   `Note: Starting in API level 33, this permission has no effect. If your app 
accesses other apps' media files, request one or more of these permissions 
instead: 
[READ_MEDIA_IMAGES](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES),
 
[READ_MEDIA_VIDEO](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_VIDEO),
 
[READ_MEDIA_AUDIO](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_AUDIO).
 Learn more about the [storage 
permissions](https://developer.android.com/training/data-storage/shared/media#storage-permission)
 that are associated with media files.`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to