breautek commented on issue #603: URL: https://github.com/apache/cordova-plugin-file/issues/603#issuecomment-1708275302
You don't need READ permission to write. There is no specific WRITE permission. All apps can write to external storage now. However they cannot modify files owned by other apps. Pre scoped storage devices, with `WRITE_EXTERNAL_STORAGE` permission could, but scoped storage (effective since API 29) that became a limitation. Have a read https://github.com/apache/cordova-plugin-file#androids-external-storage-quirks for more detailed information surrounding Android's Scoped storage model. if you need to modify/overwrite a file not owned by your app, then a media store plugin is now required. -- 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]
