Using Android Speech Recognition APIs from Google Glass

后端 未结 2 768
广开言路
广开言路 2020-12-24 03:57

I\'m working to adapt an existing Android application to run on Google Glass, as a proof of concept. I would like to use voice input in my application to replace some featur

2条回答
  •  梦毁少年i
    2020-12-24 04:09

    It should be noted that now RecognizerIntent.ACTION_RECOGNIZE_SPEECH just works on Glass and does not require the com.google.android.voicesearch package. If you have installed it, you should uninstall it and use the built-in support.

提交回复
热议问题