Share via


MediaStore.PickImagesTabImages 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 photos tab.

[Android.Runtime.Register("PICK_IMAGES_TAB_IMAGES", 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 PickImagesTabImages = 1;
[<Android.Runtime.Register("PICK_IMAGES_TAB_IMAGES", 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 PickImagesTabImages : Android.Provider.MediaStorePickImagesTab

Field Value

Value = 1
Attributes

Remarks

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

Java documentation for android.provider.MediaStore.PICK_IMAGES_TAB_IMAGES.

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