-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Support for Android api 33 #825
Comments
We do have a PR #814 for this, but is ultimately waiting on the next major release of cordova-android for API 33 support, so that we can use the newer permissions. However you can likely test the PR today with cordova-android@11 by using the following preferences:
You'll also need use Android's SDK Manager to install API 33 platform and Android 33 Build Tools. You may also need to update your I however am not sure if cordova-android@11 will build on API 33 without further changes. |
how do i install the PR? kind of important information is it not? |
cordova-android 12 is out any update? |
Now that Cordova Android 12 is out can we expect the fix for this to be released soon? Any ETA on this release? Appreciate your help! |
we need this fix |
Upgraded my app to Cordova Android 12 and found out that camera plugin is not working. +1 We need this fix Update - |
+1 need the fix |
+1 also need the fix |
+1 need the fix please |
May I ask why you can't merge pull request #814 , is there any problem? |
Can we merge it into version 7.0.0? A few of us has tested the fix in the other thread, it works on Android 13 for me, and another person. |
Feature Request
Motivation Behind Feature
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
READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE always return denied, so these need to be corrected.
Alternatives or Workarounds
The text was updated successfully, but these errors were encountered: