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

Commit d408ce9d authored by Pechetty Sravani (xWF)'s avatar Pechetty Sravani (xWF) Committed by Android (Google) Code Review
Browse files

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

This reverts commit cd67f6b6.

Reason for revert: <Droidmonitor created revert due to b/383643586.Will be verified through ABTD for standard investigation.>

Change-Id: Ie3588b30ee7d546f8df01164d38c93c18686a96e
parent cd67f6b6
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
  }
}