CloudMediaProviderContract.ExtraAlbumId 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.
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#setExtras
Bundle
.
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.