Dear Erel,
Now (Sept. of 2022), Android 12 is Google Play basic requirement. I need update my app with Bluetooth function to Android 12.
I found the permissions about bluetooth add "android.permission.BLUETOOTH_SCAN" ,"android.permission.BLUETOOTH_CONNECT" and "android.permission.BLUETOOTH_ADVERTISE" in API31. Using the API31 , App will not connect if has not "android.permission.BLUETOOTH_CONNECT" permission.
I try to use rp.CheckAndRequest("android.permission.BLUETOOTH_CONNECT") to call the RuntimePermissions page , but it looks no function.
So I want know the right way to call those new runtime permissions , Thanks in advance!
Yang