Android Speech Recognition as a service on Android 4.1 & 4.2
问题 I have managed to get continuous speech recognition working (using the SpeechRecognizer class) as a service on all Android versions up to 4.1. My question concerns getting it working on versions 4.1 and 4.2 as it is known there is a problem in that the API doesn\'t do as documented in that a few seconds after voice recognition is started, if no voice input has been detected then it\'s as if the speech recogniser dies silently. (http://code.google.com/p/android/issues/detail?id=37883) I have