Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created December 8, 2016 09:32
Show Gist options
  • Save pavlospt/19478c35ded20edb75fdf2a63fa52f9a to your computer and use it in GitHub Desktop.
Save pavlospt/19478c35ded20edb75fdf2a63fa52f9a to your computer and use it in GitHub Desktop.
SmartLock - Email Hint Request Result
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
when (requestCode) {
RC_HINT_REQUEST -> handleEmailHintRequestResolution(resultCode, data)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment