android-smart-lock
android-smart-lock copied to clipboard
Seamless Sign In with Smart Lock
I have been trying to show the user's Phone number on an Android device using the CredentialsOptions.Builder. But in onActivityResult, I got the empty intent. On UI an empty dialog...
I just follow from codelab, it's not working smartlock not appear at all. with log error "Attempt to save credential failed null 8"
`status.getStatusCode() == CommonStatusCodes.SIGN_IN_REQUIRED` cannot auto login
 On the step 5, under the section of "Respond to user's decision (save or not save)" it says that the onActivityResult method should be added to SignInActivity.java, but on...
When implement the multiple saved credentials there is a crash in the MainActivity. Here is the stack trace: ``` 12369-12369/com.google.codelab.smartlock E/AndroidRuntime: FATAL EXCEPTION: main Process: com.google.codelab.smartlock, PID: 12369 java.lang.IllegalStateException: Can...