Share via


MediaStore.PickImagesTabAlbums Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.MediaStorePickImagesTab enum directly instead of this field.

One of the permitted values for MediaStore#EXTRA_PICK_IMAGES_LAUNCH_TAB to open the picker with albums tab.

[Android.Runtime.Register("PICK_IMAGES_TAB_ALBUMS", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.MediaStorePickImagesTab enum directly instead of this field.", true)]
public const Android.Provider.MediaStorePickImagesTab PickImagesTabAlbums = 0;
[<Android.Runtime.Register("PICK_IMAGES_TAB_ALBUMS", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.MediaStorePickImagesTab enum directly instead of this field.", true)>]
val mutable PickImagesTabAlbums : Android.Provider.MediaStorePickImagesTab

Field Value

Value = 0
Attributes

Remarks

One of the permitted values for MediaStore#EXTRA_PICK_IMAGES_LAUNCH_TAB to open the picker with albums tab.

Java documentation for android.provider.MediaStore.PICK_IMAGES_TAB_ALBUMS.

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