


You can view or manage the sites that will never offer to save passwords: You won't see an offer to save that password again. When you're prompted to save a password, select Never. You can choose to never save passwords for specific sites. Manage offers to save passwords for specific sites or apps

You can let Chrome remember passwords for sites and sign you in automatically using the passwords saved in your Google Account. You can manage your saved passwords any time at or in Chrome. If you have more than one Google Account signed in to your Android device, you can choose the account where you want to save the password. To save your password for the site or app, select Save. If Offer to save passwords is on, you’ll be prompted to save your password when you sign in to sites and apps on Android or Chrome. The user is not logged in with any Google accounts on the device.You can sign in to apps and sites on different devices using passwords saved to your Google Account when you either: Case #2įor some reason the same error code and error message will also be used if you specify setFilterByAuthorizedAccounts(true) and you as a user don't have any Google accounts that are already authorized to sign in to your application.Īs specified in the documentation linked in the question you could first use setFilterByAuthorizedAccounts(true) to help the user pick the same account as the last time and then setFilterByAuthorizedAccounts(false) to make it possible to create a new user for the app. In practice you need to go to the mentioned page and create an OAuth Client ID and get the SHA-1 with the good old keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android. You will need to specify your app's package name and SHA-1 signature. On the Credentials page, create an Android client ID for your app if you don't already have one. I was sure I had uploaded the SHA-1 signature of my debug certificate, but that was not case. There are actually several different cases where you would give this same error message Case #1 What does this mean? Why am I getting this? I'm sure I must have missed something somewhere in the setup. I have been following the guide for setting up One Tap sign-in and sign-up on Android, and have used the example code to set up the One Tap client, but every time I call oneTapClient.beginSignIn(signInRequest) I get a callback to OnFailureListener's onFailure(): .: 16: Cannot find a matching credential.Īt android.os.Binder.execTransactInternal(Binder.java:1021)Īt android.os.Binder.execTransact(Binder.java:994)
