-
Notifications
You must be signed in to change notification settings - Fork 178
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 Android 13 (API 33) #113
Comments
Currently, no plan. |
I found your plugin to be very useful thank you, so had a go at adding the new permissions for Android 13 and have submitted a PR: As well as the permissions the OP mentioned, POST_NOTIFICATIONS is now also needed if you want to do push notifications. |
I am having some difficulty with this too. I need to request, and check permissions, and close the app if the user rejects a permission. Also, READ_MEDIA_IMAGES doesn't seem to actually work, it always returns false to the hasPermission and doesn't pop up asking for access on Android 33 Emulator. |
@TDola you can use the cordova diagnostic plugin core module to check the OS version. Then make the appropriate call using a simple if statement. |
Android 13 is gonna be released on August.
Any detail for supporting it?
Especially refering to this : https://developer.android.com/about/versions/13/behavior-changes-13
With the new permissions
The text was updated successfully, but these errors were encountered: