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

   WRITE_EXTERNAL_STORAGE permission became obsolete in API 29/30 (In API 29, 
existing apps could opt back to the legacy system, which uses the 
WRITE_EXTERNAL_STORAGE permission, but if you're using the new scoped storage 
system, the `WRITE_EXTERNAL_STORAGE` permission isn't used. In API 30, scoped 
storage is now forcefully enabled.
   
   In either case, the sister `READ_EXTERNAL_STORAGE` permission was still used 
to read non-application external storage files, and that is what is becoming 
obsolete starting in API 33.


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