MediaStore.PickImagesMaxLimit Property
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.
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.