In my application I have a "search" screen where the user types into an EditText and then clicks a button to do a search.
I'd like the screen to automatically trigger the search after the user has used the voice recognition utility to populate the EditText with text. Is there a handler I can listen for to do this? I'm looking for a handler or message specifically for a voice recognition return.