Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used: androidx.autofill:autofill Version used: 1.1.0 Devices/Android versions reproduced on:
Login\Registration fragment. Layout:
Both MaterialEditText fields have autofill mode IMPORTANT_FOR_AUTOFILL_YES. The username has autofill hint either AUTOFILL_HINT_USERNAME, or AUTOFILL_HINT_NEW_USERNAME. Password has autofill hint either AUTOFILL_HINT_PASSWORD, or AUTOFILL_HINT_NEW_PASSWORD. On focusing username or password, field requestAutofill is called on the system service AutofillManager. On pressing the button commit is called on the system service AutofillManager.
Prerequisites: Username-password pair is saved for account A. Username-password is saved for account B. Passwords for accounts A and B are not equal.
Step to reproduce:
Current result: Dialog of autofill service for saving credentials is not shown.
Expected result: Dialog for saving credentials is shown as the password is changed for account B.
I appreciate your help!