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

Commit 4de9c20f authored by Haoran Zhang's avatar Haoran Zhang
Browse files

[Autofill Framework] Change fill fields from current session default to

true on framework

Bug: b/315911323
Test: atest CtsAutoFillServiceTestCases
Change-Id: I13e7e566517157a579674afd78dc78c10f81ae1f
parent 43b19a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ public class AutofillFeatureFlags {
        return DeviceConfig.getBoolean(
                DeviceConfig.NAMESPACE_AUTOFILL,
                DEVICE_CONFIG_FILL_FIELDS_FROM_CURRENT_SESSION_ONLY,
                false);
                true);
    }

    /**