-
Notifications
You must be signed in to change notification settings - Fork 24
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
[bug] Missing android.permission.BLUETOOTH #148
Comments
The Flutter Blue Plus recommended I haven't investigated how it fails due to these differences, I just always copy that whole block of permissions into the Android Manifest as-is when adding FBP to a project. |
Will update these permissions 👍 |
Doesn't ask for Bluetooth permission on Android 8.1.0 so I can't use it :( WARNING - Couldn't obtain Bluetooth permission. PlatformException(androidException, java.lang.SecurityException: Need BLUETOOTH permission: Neither user 10141 nor current process has android.permission.BLUETOOTH., java.lang.SecurityException: Need BLUETOOTH permission: Neither user 10141 nor current process has android.permission.BLUETOOTH. |
As reported on https://discord.com/channels/963222352534048818/1270235803708166184:
Samsung S9+ Android 10
One someone else's phone, it asks for Location permissions and Bluetooth permissions.
It also had a different landing page where you can sign in with google instead of typing in your email.
What was attempted:
The text was updated successfully, but these errors were encountered: