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

Commit 711879ab authored by Haoran Zhang's avatar Haoran Zhang Committed by Android (Google) Code Review
Browse files

Merge "[Autofill Framework] Set include invisible view group default to true...

Merge "[Autofill Framework] Set include invisible view group default to true on framework" into main
parents 7880ea2b 46a68a60
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 */