While converting my app to SDK 31, I'm getting an exception on this call
Does simply getting the list of bonded Bluetooth devices need some permission running on Android 12?
B4X:
Dim PairedDevs() As Object = jo.RunMethodJO("getBondedDevices", Null).RunMethod("toArray", Null)