Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › Mobile Speech Recognizer Android 11 › Reply To: Mobile Speech Recognizer Android 11
August 11, 2021 at 2:53 pm
#11863
rocket5tim
Participant
For apps targeting Android 11 (API level 30) interaction with a speech recognition service requires element to be added to the manifest file:
<queries>
<intent>
<action
android:name="android.speech.RecognitionService" />
</intent>
</queries>
https://developer.android.com/reference/android/speech/SpeechRecognizer