ACTION_WEB_SEARCH constant

String const ACTION_WEB_SEARCH

Activity Action: Perform a web search.

Input: {@link android.app.SearchManager#QUERY getStringExtra(SearchManager.QUERY)} is the text to search for. If it is a url starts with http or https, the site will be opened. If it is plain text, Google search will be applied.

Output: nothing.

Implementation

static const String ACTION_WEB_SEARCH = "android.intent.action.WEB_SEARCH";