-
Notifications
You must be signed in to change notification settings - Fork 117
speech recognition service is not available on system on Android 11 Beta #115
Comments
you should check, if the "Google App" play.google.com/com.google.android.googlequicksearchbox is installed: |
I have this app installed on my phone but am still getting this error. Is there anything else that I could try? |
nor on Android 11 production (Samsung 8+ S20 FE 5G) |
In Android 11 the connection to the voice recognition service must be done manually (https://developer.android.com/training/basics/intents/package-visibility-use-cases). Adding next code in AndroidManifest.xml worked for me:
|
It Work for me.
|
@dteso That idea sounds amazing, how can I add this to my AndroidManifest.xml, if 'cordova platform add' build by himself the android folder? @secretmoo35 you did it? |
Add this code in file "config.xml"
|
I am Getting speech recognition service is not available on system on latest android 11 beta.
I am using:
Ionic version 4.
Ionic webview version: 4.2.0.
Cordova-android: 9.0.0
My Target sdk version: 30
In older version of android speech recognition is working as expected.
The text was updated successfully, but these errors were encountered: