-
Notifications
You must be signed in to change notification settings - Fork 355
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
BLUETOOTH_CONNECT should be limited to SDK 30 #359
Comments
Btw, I'm not the only one, who can make pull requests |
I'm sorry I know. I just wasnt sure about the correctness of it. |
Me neither. I expected, that you know more and successfully tested it. But we can give it a try. |
Here you go https://github.com/ytai/ioio/releases/tag/6.3 @lordfolken please keep me informed, if it solves your issue |
Hello,
We use the library in XCSoar, and we get the following error in the log on modern android devices (14).
05-09 03:48:52.944 6708 6745 E BluetoothIOIOConnection: Did you forget to declare uses-permission of android.permission.BLUETOOTH? 05-09 03:48:52.945 6708 6745 E XCSoar : Failed to initialise IOIO bootstrap 'ioio.lib.android.bluetooth.BluetoothIOIOConnectionBootstrap@7e303b9': Need android.permission.BLUETOOTH_CONNECT permission for android.content.AttributionSource@f163109d: AdapterService getBondedDevices
I believe this needs to be corrected here:
ioio/IOIOLibAndroidBluetooth/src/main/AndroidManifest.xml
Line 4 in a42533b
and added like this here:
The text was updated successfully, but these errors were encountered: