MediaStore.ExtraPickImagesInOrder 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.
The name of an optional intent-extra used to allow ordered selection of items.
[Android.Runtime.Register("EXTRA_PICK_IMAGES_IN_ORDER", ApiSince=35)]
public const string ExtraPickImagesInOrder;
[<Android.Runtime.Register("EXTRA_PICK_IMAGES_IN_ORDER", ApiSince=35)>]
val mutable ExtraPickImagesInOrder : string
Field Value
- Attributes
Remarks
The name of an optional intent-extra used to allow ordered selection of items. Set this extra to true to allow the user to see the order of their selected items. The result returned to the caller will be the same as the user selected order. This extra is only allowed via the MediaStore#ACTION_PICK_IMAGES
.
The value of this intent-extra should be a boolean. Default value is false.
Java documentation for android.provider.MediaStore.EXTRA_PICK_IMAGES_IN_ORDER
.
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.