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

Commit 980bd499 authored by Simranjit Kohli's avatar Simranjit Kohli
Browse files

Disable autofill relayout by default.

Flag: EXEMPT : DeviceConfig flags used: enable_relayout
exception granted in b/318391032
Test: atest CtsAutoFillServiceTestCases

Change-Id: Ia12aa2809009400e71e1090dac66285376ef5aa4
parent 04d613f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ public class AutofillFeatureFlags {
        return DeviceConfig.getBoolean(
                DeviceConfig.NAMESPACE_AUTOFILL,
                DEVICE_CONFIG_ENABLE_RELAYOUT,
                true);
                false);
    }

    /** @hide */