Merge "Fix Talkback should not announce disruptive announcement "Re-enter your PIN" page." into main

This commit is contained in:
Jason Chang
2025-02-13 10:39:42 -08:00
committed by Android (Google) Code Review

View File

@@ -771,7 +771,7 @@ public class ChooseLockPassword extends SettingsActivity {
// If the stage changed, announce the header for accessibility. This
// is a no-op when accessibility is disabled.
if (previousStage != stage) {
mLayout.announceForAccessibility(mLayout.getHeaderText());
getActivity().setTitle(mLayout.getHeaderText());
}
}