android-smart-lock icon indicating copy to clipboard operation
android-smart-lock copied to clipboard

Seamless Sign In with Smart Lock

Results 5 android-smart-lock issues
Sort by recently updated
recently updated
newest added

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

![capture](https://cloud.githubusercontent.com/assets/6775174/19199210/87008b72-8c88-11e6-9a2b-4bdc0cc625d1.PNG) 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...