ACTION_SEARCH constant

String const ACTION_SEARCH

Activity Action: Perform a search.

Input: {@link android.app.SearchManager#QUERY getStringExtra(SearchManager.QUERY)} is the text to search for. If empty, simply enter your search results Activity with the search UI activated.

Output: nothing.

Implementation

static const String ACTION_SEARCH = "android.intent.action.SEARCH";