Android.Provider.MediaStore.IntentActionVideoPlayFromSearch Field
An intent to perform a search for video media and automatically play content from the result when possible.

Syntax

[Android.Runtime.Register("INTENT_ACTION_VIDEO_PLAY_FROM_SEARCH")]
public const string IntentActionVideoPlayFromSearch

Remarks

An intent to perform a search for video media and automatically play content from the result when possible. This can be fired, for example, by the result of a voice recognition command to play movies.

Contains the Android.App.SearchManager.Query extra, which is a string that can contain any type of unstructured video search, like the name of a movie, one or more actors, a genre, or any combination of these.

Because this intent includes an open-ended unstructured search string, it makes the most sense for apps that can support large-scale search of video, such as services connected to an online database of videos which can be streamed and played on the device.

[Android Documentation]

Requirements

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