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

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

Merge "[Autofill Framework] Remove confusing logs of AFAA" into main

parents d2ee9cd1 e5faf324
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1160,12 +1160,10 @@ public final class AutofillManager {

        // denylist only applies to not important views
        if (!view.isImportantForAutofill() && isActivityDeniedForAutofill()) {
            Log.d(TAG, "view is not autofillable - activity denied for autofill");
            return false;
        }

        if (isActivityAllowedForAutofill()) {
            Log.d(TAG, "view is autofillable - activity allowed for autofill");
            return true;
        }