Disable speak Now prompt in Voice Recognition in Android

前端 未结 1 1396
清酒与你
清酒与你 2021-01-28 03:44

When i click on Voice Search in android it gives a pop up screen SPEAK NOW and after i speak say Hello then a WORKING screen comes. Can i know how to disable the default Speak N

相关标签:
1条回答
  • 2021-01-28 04:37

    I'm guessing the user has solved their problem by now. For anyone seeing this today, the answer is to use the SpeechRecognizer http://developer.android.com/reference/android/speech/SpeechRecognizer.html

    The SpeechRecognizer lets you use speech recognition from within your own Activity, defining custom UI.

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