Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › Android runtime permissions › Reply To: Android runtime permissions
August 4, 2020 at 6:46 am
#2149
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