0

How do I customize the android dialog that asks user to select from multiple credentials while using Google Smartlock on Android?

I would like to show the user a custom dialog and not the default dialog

Shiv Baral
  • 409
  • 4
  • 11
  • 18
  • What are you trying to customize? – Steven Aug 19 '19 at 23:06
  • The layout of the dialog, trying to customize it as per my need (my design). Also trying to change the color when a credential is highlighted. – Shiv Baral Aug 20 '19 at 17:57
  • It's not possible to customize the layout of the dialog, it's a system dialog that's consistent across apps. – Steven Aug 20 '19 at 20:00
  • @Steven I am facing some issue in password sync. can you please have a look? https://stackoverflow.com/questions/63830860/app-and-website-saved-password-is-not-sync – Nirmal Sinh Revar Sep 17 '20 at 06:36

1 Answers1

0

It's not possible to customize the layout of the dialog, it's a system dialog that's consistent across apps.

Steven
  • 3,812
  • 23
  • 38
  • thank you for the response, does this also mean that we cannot customize/control what is being fetched by credential api? I get profile images for one saved credentials (gmail) but not for others (gmails). -- Please let me know if this is too broad for this question, I will create another question in that case. – Shiv Baral Aug 20 '19 at 20:42
  • Unfortunately, you can't control that either. Happy to write up answer on a separate question. – Steven Aug 21 '19 at 18:33
  • thanks again, here is the updated question, your comments there will definitely help. https://stackoverflow.com/questions/57585363/smartlock-doesnt-show-user-profile-photo – Shiv Baral Aug 21 '19 at 18:40