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
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.