Skip to content

Instantly share code, notes, and snippets.

@felipebelluco
Last active September 28, 2018 15:37
Show Gist options
  • Save felipebelluco/0cc1fe48fc52be96cfcf9010b0ed0aa7 to your computer and use it in GitHub Desktop.
Save felipebelluco/0cc1fe48fc52be96cfcf9010b0ed0aa7 to your computer and use it in GitHub Desktop.
ActivityCompat.requestPermissions(
thisActivity,
arrayOf(Manifest.permission.CALL_PHONE),
CALL_PHONE_RESULT_CODE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment