voice
voice copied to clipboard
getSpeechRecognitionServices is empty
Hi,
I can't use the package because my getSpeechRecognitionServices() is always empty.
I tried checking the assistive app and it's google, I tried switching it to bixby, and then received Error: Not allowed to bind to service Intent
I also added the RECORD_AUDIO permission so I don't think that this is the issue.
Any help would be highly appreciated, thanks!
i used this fix from https://github.com/react-native-voice/voice/issues/236 and it worked:
try adding this in your manifest file
<queries> <package android:name="com.google.android.googlequicksearchbox"/> </queries>
i used this fix from #236 and it worked:
try adding this in your manifest file
<queries> <package android:name="com.google.android.googlequicksearchbox"/> </queries>
This worked, thanks!
Thank bro it work for me.
i used this fix from https://github.com/react-native-voice/voice/issues/236 and it worked:
try adding this in your manifest file