You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the BLE extension, the app crashes on Android versions 12 and 13 because the lack of bluetooth_scan and bluetooth_connect permissions.
Affects
Designer
Blocks editor
[ x] Companion
[x ] Compiled apps
Buildserver
Debugging
Other... (please describe)
Expected behavior
I am not sure if the permissions are requested by App Inventor in other cases. If thats the case: MIT AI2 Companion/build app requests for the required permissions.
Steps to reproduce
On an Android 12 or Android 13 device.
Import Bluetooth LE extension.
Scan devices (the app will crash on some devices at this point).
Connect to a BLE device (other devices will crash at this point).
Extra info:
I am using BBC micro:bit for my tests.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the BLE extension, the app crashes on Android versions 12 and 13 because the lack of bluetooth_scan and bluetooth_connect permissions.
Affects
Expected behavior
I am not sure if the permissions are requested by App Inventor in other cases. If thats the case: MIT AI2 Companion/build app requests for the required permissions.
Steps to reproduce
On an Android 12 or Android 13 device.
Extra info:
I am using BBC micro:bit for my tests.
The text was updated successfully, but these errors were encountered: