Hi, i have a request from a customer, him tell me that when update android to 12 version so, not appear the "permission of audio" but the other appear, how it possibile? the code was the:
rp.CheckAndRequest(rp.PERMISSION_RECORD_AUDIO)
Wait For Activity_PermissionResult (permission As String, Result As Boolean) 'not appear at 12 android
If Result Then
Log($"${permission} Audio Autorizzato..."$)
End If
rp.CheckAndRequest(rp.PERMISSION_CAMERA)
Wait For Activity_PermissionResult (permission As String, Result As Boolean)
If Result Then
Log($"${permission} Camera Autorizzato..."$)
End If
rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
Wait For Activity_PermissionResult (permission As String, Result As Boolean)
If Result Then
Log($"${permission} WRITE_EXTERNAL Autorizzato..."$)
End If