Skip to content

Instantly share code, notes, and snippets.

@felipebelluco
Last active September 28, 2018 15:47
Show Gist options
  • Save felipebelluco/2d3d367b28d6021324c466715ae33104 to your computer and use it in GitHub Desktop.
Save felipebelluco/2d3d367b28d6021324c466715ae33104 to your computer and use it in GitHub Desktop.
override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<out String>, grantResults: IntArray) {
when (requestCode) {
CALL_PHONE_RESULT_CODE -> {
// Gerenciar o resultado da requisição
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment