Android.Content.Intent.ActionWebSearch Field
Activity Action: Perform a web search.

Syntax

[Android.Runtime.Register("ACTION_WEB_SEARCH")]
public const string ActionWebSearch

Remarks

Activity Action: Perform a web search.

Input: Android.App.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.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1