Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0fa8470 authored by Jiewen Lei's avatar Jiewen Lei
Browse files

Update the default value of fill_dialog_timeout_ms from 300ms to 400ms.

Test: atest CtsAutoFillServiceTestCases
Flag: android.service.autofill.improve_fill_dialog_aconfig
Bug: 406323161
Change-Id: Ia8f858e607a1e07a77efa6f71215a81bf4c997ed
parent b6d8dcd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@ public class AutofillFeatureFlags {
    public static final boolean DEFAULT_IMPROVE_FILL_DIALOG_ENABLED = true;
    // Default for whether the pre trigger removal is enabled.
    /** @hide */
    public static final long DEFAULT_FILL_DIALOG_TIMEOUT_MS = 300; // 300 ms
    public static final long DEFAULT_FILL_DIALOG_TIMEOUT_MS = 400; // 400 ms
    /** @hide */
    public static final long DEFAULT_FILL_DIALOG_MIN_WAIT_AFTER_IME_ANIMATION_END_MS = 0; // 0 ms
    // END AUTOFILL REMOVE PRE_TRIGGER FLAGS DEFAULTS