-
Notifications
You must be signed in to change notification settings - Fork 340
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
Not Works On Android 13 And Api 34 #333
Comments
same issue I'm also facing |
same issue |
I managed to fix it, the problem is within the permissions that changed for Android 13+, fork the project and edit the permissions acording to Android Version and if that doesn't work change the permission methods or use a library to check permissions like this one: https://github.com/guolindev/PermissionX |
Have you done it and succeeded? Can you show us the code or if better, could you publish it to jitpack? Thanks a lot |
Android 13 does not work, although I give all permissions, there is no process when clicked. For example, the camera does not open and the gallery does not open.
Android version
13 And 14
SDK version
33 AND 34
The text was updated successfully, but these errors were encountered: