问题
i need an example of app launch on particular word. i know this is possible using speech recognition api. I just need a clue to start.
I see other apps are able to establish this.
回答1:
I did this b4 using android service.i kept a background service working and added a listiner to it and keep checking the tresults if it equals ur voice command.
回答2:
try to use Android Service which listens to voice + voice to text and you can go through the text and find the check word
来源:https://stackoverflow.com/questions/40828599/launch-app-on-voice-command-android