-
Notifications
You must be signed in to change notification settings - Fork 199
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
Android 12 error: could not find callback wrapper #622
Comments
Any update on this? |
Have the same issue with Bluetooth on android 12, on 10 and 11 works perfectly. Adding additional permissions required by Android 12 and updating OS to the latest version did not change anything. |
@georgechem I've found that you have to add at first these permissions inside the AndroidManifest and through a Permission manager ask for them to the user
Then you have to target at least api 33 of Android, otherwise it won't work and won't event ask for those. |
Thanks a lot I will try. |
Hi everyone
I am working on the Bluetooth connection and I have some problems with the new Android version.
Most Android phones work perfectly except for some Samsung phones (S21, S21 +).
Does anyone know about these issues? Please give me some help.
I have tried to add permission but it still has no luck.
The text was updated successfully, but these errors were encountered: