Share via


MediaStore.ExtraMediaPlaylist Field

Definition

The name of the Intent-extra used to define the playlist.

[Android.Runtime.Register("EXTRA_MEDIA_PLAYLIST")]
public const string ExtraMediaPlaylist;
[<Android.Runtime.Register("EXTRA_MEDIA_PLAYLIST")>]
val mutable ExtraMediaPlaylist : string

Field Value

Attributes

Remarks

The name of the Intent-extra used to define the playlist.

This member is deprecated. Android playlists are now deprecated. We will keep the current functionality for compatibility resons, but we will no longer take feature request. We do not advise adding new usages of Android Playlists. M3U files can be used as an alternative.

Java documentation for android.provider.MediaStore.EXTRA_MEDIA_PLAYLIST.

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.

Applies to