Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created June 10, 2022 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navczydev/f644ca9c492143c429cc35e1433b60f9 to your computer and use it in GitHub Desktop.
Save navczydev/f644ca9c492143c429cc35e1433b60f9 to your computer and use it in GitHub Desktop.
EXTRA_PICK_IMAGES_MAX // "android.provider.extra.PICK_IMAGES_MAX"
Example
Intent(MediaStore.ACTION_PICK_IMAGES).apply {
putExtra(MediaStore.EXTRA_PICK_IMAGES_MAX, 2) // deafult is 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment