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
Devices/Android versions reproduced on: Pixel 7, Samsung Galaxy S23
Hello,
I've been working on a project with AutofillService that would help me to autofill details to input on a web browser or another native app. I've encountered an issue where fillEventsHistory.events is always empty, no matter what kind of form it is. I've read the documentation that FillResponse.FLAG_TRACK_CONTEXT_COMMITED needs to be added to FillResponse.Builder() in order to receive these events on next AutofillService#onFillRequest call. Any ideas why fillEventsHistory.events is empty? Maybe there's something I missed?
Thanks in advance!