Merge "Announce requirements when setting PIN/Pass" into udc-d1-dev

This commit is contained in:
Austin Delgado
2023-08-01 22:13:34 +00:00
committed by Android (Google) Code Review

View File

@@ -520,6 +520,7 @@ public class ChooseLockPassword extends SettingsActivity {
setupPasswordRequirementsView(view);
mPasswordRestrictionView.setLayoutManager(new LinearLayoutManager(getActivity()));
mPasswordRestrictionView.setAccessibilityLiveRegion(ACCESSIBILITY_LIVE_REGION_POLITE);
mPasswordEntry = view.findViewById(R.id.password_entry);
mPasswordEntry.setOnEditorActionListener(this);
mPasswordEntry.addTextChangedListener(this);