Share via


MediaStore.PickImagesMaxLimit Property

Definition

The maximum limit for the number of items that can be selected using MediaStore#ACTION_PICK_IMAGES when launched in multiple selection mode.

public static int PickImagesMaxLimit { [Android.Runtime.Register("getPickImagesMaxLimit", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getPickImagesMaxLimit", "()I", "", ApiSince=33)>]
static member PickImagesMaxLimit : int

Property Value

Attributes

Remarks

The maximum limit for the number of items that can be selected using MediaStore#ACTION_PICK_IMAGES when launched in multiple selection mode. This can be used as a constant value for MediaStore#EXTRA_PICK_IMAGES_MAX.

Java documentation for android.provider.MediaStore.getPickImagesMaxLimit().

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