1

I need to open the search dialog (it's opening, for example, when I click on standard search widget).

artem
  • 16,382
  • 34
  • 113
  • 189
  • see this full example of search dialog [android pass bundle with search](http://stackoverflow.com/questions/9700391/android-pass-bundle-with-search/9752578#9752578) may be helpful – ρяσѕρєя K Mar 25 '12 at 16:19

2 Answers2

2

This (Invoking the search dialog) should help (linked to a certain part of the page, but all of it is relevant).

keyser
  • 18,829
  • 16
  • 59
  • 101
1

The search widget is a Google app and is non standard. The standard search dialog can be seen in the Twitter app or Android Market Play Store.

In HoneyComb and later the dialog has turned into a widget on the ActionBar. Here's the developer's guide to search http://developer.android.com/guide/topics/search/index.html

smith324
  • 13,020
  • 9
  • 37
  • 58