Mobile Speech Recognizer Android 11 Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › Mobile Speech Recognizer Android 11 This topic has 3 replies, 3 voices, and was last updated 3 years, 7 months ago by rocket5tim. Log In Register Lost Password Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 14, 2021 at 11:11 pm #11839 sistemasjvParticipant I have problem with this plugin in Android 11 This topic was modified 3 years, 8 months ago by Piotr. July 17, 2021 at 5:00 pm #11842 PiotrKeymaster I assume you are looking for this: https://stackoverflow.com/questions/64319117/speechrecognizer-not-available-when-targeting-android-11 July 20, 2021 at 9:55 pm #11848 sistemasjvParticipant That was exactly what i needed thanks for your support August 11, 2021 at 2:53 pm #11863 rocket5timParticipant 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 Author Posts Log In Register Lost Password Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In