I need invoke voice input from InputMethodService and get result like it's done on Andoid phones. The sample (http://developer.android.com/ resources/samples/ApiDemos/src/com/example/android/apis/app/ VoiceRecognition.html ) uses Activity.startActivityForResult(..) but I use InputMethodService so I can't call it.
-- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

