Search code examples
androidspeech-recognitionbroadcastreceiver

Start android app with voice command


I want to launch my service with a voice command like the name of the app. Is it possible? Can I listen for such an event?


Solution

  • I don't think it's possible to be listening all the time, but you can do an app or perhaps a widget to use the speech input api and send an intent with the text gathered.