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

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

Merge "Revert "[Augmented Autofill] Add accessibility title to augmented drop...

Merge "Revert "[Augmented Autofill] Add accessibility title to augmented drop down window."" into main
parents 154d0582 d408ce9d
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ package android.service.autofill.augmented;

import static android.service.autofill.augmented.AugmentedAutofillService.sDebug;
import static android.service.autofill.augmented.AugmentedAutofillService.sVerbose;
import static android.service.autofill.Flags.addAccessibilityTitleForAugmentedAutofillDropdown;

import static com.android.internal.util.function.pooled.PooledLambda.obtainMessage;

@@ -37,7 +36,6 @@ import android.view.WindowManager;
import android.view.autofill.IAutofillWindowPresenter;

import com.android.internal.annotations.GuardedBy;
import com.android.internal.R;

import dalvik.system.CloseGuard;

@@ -210,12 +208,6 @@ public final class FillWindow implements AutoCloseable {
            if (mWm != null && mFillView != null) {
                try {
                    p.flags |= WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH;
                    if (addAccessibilityTitleForAugmentedAutofillDropdown()) {
                        p.accessibilityTitle =
                            mFillView
                                    .getContext()
                                    .getString(R.string.autofill_picker_accessibility_title);
                    }
                    if (!mShowing) {
                        mWm.addView(mFillView, p);
                        mShowing = true;
+0 −10
Original line number Diff line number Diff line
@@ -96,13 +96,3 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "add_accessibility_title_for_augmented_autofill_dropdown"
  namespace: "autofill"
  description: "Add accessibility title for augmented autofill dropdown"
  bug: "375284244"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}