breautek commented on issue #350:
URL: 
https://github.com/apache/cordova-plugin-file/issues/350#issuecomment-3955120649

   Quirks are now noted for android external storage: 
https://github.com/apache/cordova-plugin-file?tab=readme-ov-file#androids-external-storage-quirks
   
   Basically, on API 29 (Android 10) there is zero support for external 
storage, because Android does not permit reading external storage using File 
APIs.
   
   On API 30/Android 11, they have restored this functionality in a limited 
fashion, limiting to reading only media files (images, audio and video) 
effectively.
   
   If you make heavy use of the external storage -- the file plugin is no 
longer the recommended approach, a plugin that interfaces with the MediaStore 
API will be far more efficient and stable.


-- 
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