In my app's Logcat, I noticed that SpeechRecognizer
's onBeginningOfSpeech() is sometimes called after SpeechRecognizer.cancel().
Assuming this is not a SpeechRecognizer
bug, in what circumstances this should or could happen?
Is there a delay between cancel() and actual shutdown of the listener?