Share via


CloudMediaProviderContract.ExtraAlbumId Field

Definition

Limits the query results to only media items matching the given album id.

[Android.Runtime.Register("EXTRA_ALBUM_ID", ApiSince=33)]
public const string ExtraAlbumId;
[<Android.Runtime.Register("EXTRA_ALBUM_ID", ApiSince=33)>]
val mutable ExtraAlbumId : string

Field Value

Attributes

Remarks

Limits the query results to only media items matching the given album id.

If the provider handled the album filter, they must also add the #EXTRA_ALBUM_ID key to the array of ContentResolver#EXTRA_HONORED_ARGS as part of the returned Cursor#setExtrasBundle.

Java documentation for android.provider.CloudMediaProviderContract.EXTRA_ALBUM_ID.

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