Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nikit19
Last active February 12, 2022 12:24
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 nikit19/1ab4625dbdb6d082b5fdce1a22fd9b93 to your computer and use it in GitHub Desktop.
Save nikit19/1ab4625dbdb6d082b5fdce1a22fd9b93 to your computer and use it in GitHub Desktop.
val intent = Intent(MediaStore.ACTION_PICK_IMAGES)
intent.type = "video/*" // or "image/*"
startActivityForResult(intent, REQUEST_CODE_SINGLE_SELECT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment