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

Commit 46a68a60 authored by Haoran Zhang's avatar Haoran Zhang
Browse files

[Autofill Framework] Set include invisible view group default to true on

framework

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

    /** @hide */