You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent system autofill offering to save passwords (#5091)
Task/Issue URL:
https://app.asana.com/0/1203822806345703/1208458715174512/f
### Description
On Android 14, `importantForAutofill` is not respected so need to do
something else to stop the system autofill provider prompt offering to
save a password that our user has just manually entered or edited
### Steps to test this PR
QA-optional. But if you are curious:
- [ ] Install on Android 14 device, with Google Password Manager set as
autofill provider
- [ ] Manually add a password in our password management screen and save
it. Return to the password management list
- [ ] Verify you aren't prompted to save in Google Password Manager
Copy file name to clipboardExpand all lines: autofill/autofill-impl/src/main/java/com/duckduckgo/autofill/impl/ui/credential/management/viewing/AutofillManagementCredentialsMode.kt
0 commit comments