Billsen - When the user enters the search UI and types enter or clicks the search button, the ACTION_SEARCH intent will be sent. At least one activity within your application must be configured (using an intent-filter) to receive and handle this Intent.
For more information, please see: <http://code.google.com/android/reference/android/app/SearchManager.html> <http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/app/> Hope this helps. --Andy On Mon, Oct 20, 2008 at 1:20 PM, Billsen <[EMAIL PROTECTED]> wrote: > > hi, > > I tried to find a callback function that could catch text entered in > search box, but could not find it. In my application, I started local > search and entered text in search box. What I want to do is to catch > text entered in my app. > > Anybody can help? > > Thanks, > Billsen > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

