I'd like to add voice input to my application as an option for the user to specify the text that the application will attempt to find within a lengthy ListView (e.g., 30K items). Because the keyboard (physical or on-screen) are other options for the user to specify search text, I'd like to use the keyboard's voice input microphone icon rather than add a microphone icon to my activity.
Is it possible to detect and override the keyboard's voice input microphone icon key event? I didn't see any seemingly applicable key event in the documentation (at http://developer.android.com/intl/de/reference/android/view/KeyEvent.html) and my attempts at overriding onKeyDown and onKeyUp do not catch an event when I touch the keyboard's voice input microphone icon. - Greg -- 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

