MediaStore.ExtraPickImagesLaunchTab 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 apps to specify the tab the picker should open with.
[Android.Runtime.Register("EXTRA_PICK_IMAGES_LAUNCH_TAB", ApiSince=35)]
public const string ExtraPickImagesLaunchTab;
[<Android.Runtime.Register("EXTRA_PICK_IMAGES_LAUNCH_TAB", ApiSince=35)>]
val mutable ExtraPickImagesLaunchTab : string
Field Value
- Attributes
Remarks
The name of an optional intent-extra used to allow apps to specify the tab the picker should open with. The extra can only be specified in MediaStore#ACTION_PICK_IMAGES
.
The value of this intent-extra must be one of: MediaStore#PICK_IMAGES_TAB_ALBUMS
for the albums tab and MediaStore#PICK_IMAGES_TAB_IMAGES
for the photos tab. The system will decide which tab to open by default and in most cases, it is MediaStore#PICK_IMAGES_TAB_IMAGES
i.e. the photos tab.
Java documentation for android.provider.MediaStore.EXTRA_PICK_IMAGES_LAUNCH_TAB
.
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.