MediaStore.IntentActionMediaSearch Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Action: Perform a search for media.
[Android.Runtime.Register("INTENT_ACTION_MEDIA_SEARCH")]
public const string IntentActionMediaSearch;
[<Android.Runtime.Register("INTENT_ACTION_MEDIA_SEARCH")>]
val mutable IntentActionMediaSearch : string
Field Value
- Attributes
Remarks
Activity Action: Perform a search for media. Contains at least the android.app.SearchManager#QUERY
extra. May also contain any combination of the following extras: EXTRA_MEDIA_ARTIST, EXTRA_MEDIA_ALBUM, EXTRA_MEDIA_TITLE, EXTRA_MEDIA_FOCUS
Java documentation for android.provider.MediaStore.INTENT_ACTION_MEDIA_SEARCH
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.