Android.Content.Intent.ActionSearch Field
Activity Action: Perform a search.

Syntax

[Android.Runtime.Register("ACTION_SEARCH")]
public const string ActionSearch

Remarks

Activity Action: Perform a search.

Input: Android.App.SearchManager.Query is the text to search for. If empty, simply enter your search results Activity with the search UI activated.

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