Reputation: 33
I implemented Autofill in my application for login screen with AutofillType
for password using Jetpack compose. When I reset my password with AutofillType.NewPassword
, Google password manager prompt will come and I updated the password. When I agin login into the App, the password manager is not asked to update the password something like "Would like to update password?"
. How can I update my changed password to Google password manager on next login?
I tried with Autofill.NewPassword
Upvotes: 0
Views: 326