react-native-android-voice icon indicating copy to clipboard operation
react-native-android-voice copied to clipboard

intent.resolveActivity(...) is null

Open kunsachdeva opened this issue 7 years ago • 1 comments

The function startSpeech(...) doesn't perform anything for me. I investigated and found out that the check for if (intent.resolveActivity(this.reactContext.getPackageManager()) != null) is always false for some reason. What could I've missed? RN version 0.39.2

kunsachdeva avatar Jan 02 '17 12:01 kunsachdeva

I debugged it, only to find that the mod on device had the "com.google.android.googlequicksearchbox" service disabled. I will put a check on it and give you a pull request soon.

kunsachdeva avatar Jan 06 '17 20:01 kunsachdeva