I'm trying to find a way to get a user directly into voice-typing mode, exactly as you'd get by tapping the microphone symbol on the soft keyboard.
The obvious route seemed to be to use InputMethodManager.setInputMethod, but I can't do that for lack of an IBinder token. Is that something that an app is meant to be able to do ? Failing that, is there any other way to use voice typing without the user having to bring it up themselves ? Thanks, Richard -- 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

