Skip to content

Instantly share code, notes, and snippets.

@nikit19
Created February 12, 2022 11:31
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/34e2e3e2074fd6a7bf9eba41cb0f2b9e to your computer and use it in GitHub Desktop.
Save nikit19/34e2e3e2074fd6a7bf9eba41cb0f2b9e to your computer and use it in GitHub Desktop.
val intent = Intent(MediaStore.ACTION_PICK_IMAGES)
startActivityForResult(intent, REQUEST_CODE_SINGLE_SELECT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment