voice icon indicating copy to clipboard operation
voice copied to clipboard

getSpeechRecognitionServices is empty

Open stavby opened this issue 3 years ago • 3 comments
trafficstars

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!

stavby avatar Dec 11 '21 22:12 stavby

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>

emor avatar Jan 06 '22 08:01 emor

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!

stavby avatar Jan 07 '22 12:01 stavby

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

mohd-ramzan-1 avatar Aug 31 '23 18:08 mohd-ramzan-1