Skip to content

Instantly share code, notes, and snippets.

@TheBotBox
Created June 5, 2020 12:39
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 TheBotBox/fba227628c20563c445b9cb15eb8ef3a to your computer and use it in GitHub Desktop.
Save TheBotBox/fba227628c20563c445b9cb15eb8ef3a to your computer and use it in GitHub Desktop.
fun Activity.requestPermissions(vararg permissions: String, @IntRange(from = 0) requestCode: Int) =
ActivityCompat.requestPermissions(this, permissions, requestCode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment