Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created June 10, 2022 01:33
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/08ed5ca5d5cd02961b7430f8b9511bb4 to your computer and use it in GitHub Desktop.
Save navczydev/08ed5ca5d5cd02961b7430f8b9511bb4 to your computer and use it in GitHub Desktop.
Intent(MediaStore.ACTION_PICK_IMAGES).apply {
type = "image/*"
// only videos
type = "video/*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment