Android Question SDK 31 Bluetooth permissions

Alessandro71

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

Alessandro71

Well-Known Member
Licensed User
Longtime User
Bad news… this call is deep inside Initialization of the app: now I have to pull it out just after a permission request…
 
Upvote 0
Top