How to make Google Now run continually in the background on Android

前端 未结 1 1355
梦如初夏
梦如初夏 2021-01-31 21:01

I have a app idea in mind, but I haven\'t been able to figure out one part yet. In Google Now on Android, it gives you the following options to search:

  1. Type to sea
相关标签:
1条回答
  • 2021-01-31 21:29

    You can write a service and then use createSpeechRecognizer in that service. For a complete service code for this you can find the answer at Android Speech Recognition as a service on Android 4.1 & 4.2

    0 讨论(0)
提交回复
热议问题