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

Commit 84e2a225 authored by Tim Yu's avatar Tim Yu
Browse files

[Autofill] Remove autofill_session_destroyed from DeviceConfig

Remove this flag from device config and set default to true

Test: atest CtsAutoFillServiceTestCases
Flag: android.service.autofill.autofill_session_destroyed
Bug: 384076035
Change-Id: I96d1c8e1b934ef7550aca8377ff617704bcbd026
parent 16d79829
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ public class AutofillFeatureFlags {
     *
     * @hide
     */
    public static final boolean DEFAULT_SESSION_FILL_EVENT_HISTORY_ENABLED = false;
    public static final boolean DEFAULT_SESSION_FILL_EVENT_HISTORY_ENABLED = true;

    /**
     * @hide