In the class RecognizerIntent there are some result codes which should be returned when an error occurs during the speech recognition activity. In order to get the results of this activity, the onActivityResult(int requestCode, int resultCode, Intent data) method is overridden.
How can I test what errors are returned and when they occur? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

