How to mute the beep sound for SpeechRecognizer?
问题 This has been asked before, but no one seemed to have a solution: Muting SpeechRecognizer's beep sound Nevertheless, I still would like to know if anyone knows how to mute the beeping sound for SpeechRecognizer? I create speechRecognizer object: private SpeechRecognizer sr = SpeechRecognizer.createSpeechRecognizer(this); And then in my class I instantiate the speechRecognizer like this sr.setRecognitionListener(new listener()); Intent i = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);