We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey guys, do you plan on supporting Android 13 soon? Other plugins are also trying to and having issues with the WRITE_EXTERNAL_STORAGE permission.
apache/cordova-plugin-camera#814
Are there any plans on supporting it or will this plugin be incompatible with Android 13 / API 33 ?
The text was updated successfully, but these errors were encountered:
Hello Dave!
Can you publish a new release with these changes?
I updated my app to API 33 and I'm having this problem.
Thank you very much,
Gab
Sorry, something went wrong.
Hi Dave!
I got the development version.
In config.xml, should I add READ_MEDIA_IMAGES and READ_MEDIA_VIDEO?
<custom-config-file parent="/*" target="AndroidManifest.xml"> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> **<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />** </custom-config-file>
Thanks!
Hi, this fix looks good. How to install it please?
823f0a0
(Android) Support new media storage permissions on Android 13 / API 33.
6f4762e
Resolves dpa99c#488.
No branches or pull requests
Hey guys, do you plan on supporting Android 13 soon?
Other plugins are also trying to and having issues with the WRITE_EXTERNAL_STORAGE permission.
apache/cordova-plugin-camera#814
Are there any plans on supporting it or will this plugin be incompatible with Android 13 / API 33 ?
The text was updated successfully, but these errors were encountered: