ohtanzcom opened a new issue, #825: URL: https://github.com/apache/cordova-plugin-camera/issues/825
# Feature Request ## Motivation Behind Feature <!-- Why should this feature be implemented? What problem does it solve? --> READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE used in CameraLauncher.java from API 33 are no longer available. Instead, fine-grained permission controls such as READ_MEDIA_IMAGES are required. https://developer.android.com/about/versions/13/behavior-changes-13 ## Feature Description <!-- Describe your feature request in detail Please provide any code examples or screenshots of what this feature would look like Are there any drawbacks? Will this break anything for existing users? --> READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE always return denied, so these need to be corrected. ## Alternatives or Workarounds <!-- Describe alternatives or workarounds you are currently using Are there ways to do this with existing functionality? --> -- 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]
