-
Notifications
You must be signed in to change notification settings - Fork 107
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 12? #14
Comments
@Zahermah Apologies for the incredibly late response. We're actively working on adding support for Android 12+, but in the meantime if you need to support a |
Thanks for the nice explanation and code! For android 12, is there any other jobs to be done besides of permission of BLUETOOTH_SCAN and BLUETOOTH_CONNECT? |
@heedongrichrich Nope, you'd just need to make sure you have those two permissions during runtime before calling the usual BLE APIs. Everything else should work as pre-12. |
Really appreciate your kind comments! It's really helpful! |
Sorry for the delay. This has now been addressed and available on the latest release: https://github.com/PunchThrough/ble-starter-android/tree/api-34. |
Hi I just upgraded my phone to Android 12 and my application stopped working due to the runtime permission and enable ble intent etc. I just wanted to know if you guys are working on migrating the permissions to the new standard with Android 12?.
If not is there any possibility that i can get some guidance into this matter?
Kind regards
Zaher
The text was updated successfully, but these errors were encountered: