Reply To: Android runtime permissions

Welcome! Forums Unity Plugins Mobile Speech Recognizer Android runtime permissions Reply To: Android runtime permissions

#2149
CarinaO
Participant

Hello,

I’m trying to launch the exemple scene and did change my manifest with the permissions needed and tried to use the solution proposed by jphales in the recordingCanvas.cs in the start method.
The problem is that nothing happens when it reaches Permission.RequestUserPermission(Permission.Microphone); line even if it does say that i don’t have the permission that confirms it goes inside de condition. Could it be related to the manifest or do you see what could be the problem?

Carina