[Android][TouchToFill] Add confirmation button for single list entries
This CL adds a blue "Use Password" button to the touch to fill sheet if exactly one suggestion exists. This should address the potential problem that users don't see the bottom sheet as actionable. This CL can only be merged if a string translation is approved. The button is guarded by a field trial param. Activate it with a study like this: "TouchToFillStudy": [ { "platforms": ["android"], "experiments": [ { "name": "Enabled", "params": { "show_confirmation_button": "true" }, "enable_features": [ "TouchToFillAndroid" ] } ] } ] Screenshots with and without button are attached to the initial comment of the linked bug. Bug: 1021506 Change-Id: I8857987d7726800846d58338a518317099def022 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892962Reviewed-by:Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#713403}
Showing
Please register or sign in to comment