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

Commit b736e2b3 authored by Jiewen Lei's avatar Jiewen Lei Committed by Automerger Merge Worker
Browse files

Merge "Remove "Go" from the IMEAction denylist since it caused the autofill...

Merge "Remove "Go" from the IMEAction denylist since it caused the autofill behavior for apps like Chase not working. https://developer.android.com/reference/android/view/inputmethod/EditorInfo#IME_ACTION_GO" into udc-dev am: 2f1c0041 am: 6276ee2b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23295543



Change-Id: Ic7a8371387b2aca69c5809dcbabd089c5aec6e70
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 85b94328 6276ee2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ public class AutofillFeatureFlags {
    private static final boolean DEFAULT_AFAA_ON_IMPORTANT_VIEW_ENABLED = true;
    private static final String DEFAULT_AFAA_DENYLIST = "";
    private static final String DEFAULT_AFAA_ALLOWLIST = "";
    private static final String DEFAULT_AFAA_NON_AUTOFILLABLE_IME_ACTIONS = "2,3,4";
    private static final String DEFAULT_AFAA_NON_AUTOFILLABLE_IME_ACTIONS = "3,4";
    private static final boolean DEFAULT_AFAA_SHOULD_ENABLE_AUTOFILL_ON_ALL_VIEW_TYPES = true;
    private static final boolean DEFAULT_AFAA_SHOULD_ENABLE_MULTILINE_FILTER = true;