Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created December 8, 2016 08:33
Show Gist options
  • Save pavlospt/a95ebe62824216e01bc8d714a8e6dce6 to your computer and use it in GitHub Desktop.
Save pavlospt/a95ebe62824216e01bc8d714a8e6dce6 to your computer and use it in GitHub Desktop.
SmartLock - Email Hint Request
private fun initSmartlockCredentialsRequest() {
smartlockCredentialsRequest = CredentialRequest.Builder()
.setPasswordLoginSupported(true)
.build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment