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 Now and Working screen in Voice Recognition in Android.
These screens are displayed as i use the API RecognizerIntent.ACTION_RECOGNIZE_SPEECH.
How can i give my screens and know where actual processing takes place?
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.
来源:https://stackoverflow.com/questions/4732215/disable-speak-now-prompt-in-voice-recognition-in-android