androidgoogle-signincredential-managersign-in-with-googleandroid-credential-manager

Can I customize UI when using credential manager Authenticate users with Sign in with Google


I am working on supporting Sign in with Google. Now, I can successfully get the idToken using Credential Manager by following this doc: https://developer.android.com/identity/sign-in/credential-manager-siwg. Can I customize UI when using credential manager Authenticate users with Sign in with Google?


Solution

  • No; there are no developer-driven customization possible for the UI that is shown by Credential Manager APIs. Curious: what kind of customizations are you looking for?