mvandak commented on issue #613: URL: https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-1934874311
Hi Sonja @sorojas-technisys , as far as I remember, starting with Android 13 the app is not allowed to write to externalRootDirectory. There are specific directories where could be files written by Media providers. If you want to use externalRootDirectory, as I wrote before, if `MANAGE_EXTERNAL_STORAGE` is allowed, the app is able manage externalRootDirectory. And so all the `READ_MEDIA_*` have to be allowed because of FilePlugin requires it however it is not necessary from the Android point of view if MANAGE_EXTERNAL_STORAGE is allowed. As was mentioned by breautek, Google can block app with this MANAGE_EXTERNAL_STORAGE permissions requirement if to be provided in Play store. For me this is not problem as our app is used in enterprise internally. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org