summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Austin Delgado <austindelgado@google.com> 2024-12-11 18:09:32 -0800
committer Austin Delgado <austindelgado@google.com> 2024-12-11 18:09:32 -0800
commit58efa39184ee1165ad29fc1415cf5344a39ad29f (patch)
tree09a1650f6cfdb743d3a9a778e5548e36f6f6d00b
parent24ed9e30678d2d23c791ab881855e74e722c25b7 (diff)
Remove Biometric Prompt authentication a11y announcement
Flag: EXEMPT bugfix Test: verified no announcement after auth manually Fixes: 383199699 Change-Id: If1896097558a85156bd79c49a5ee2390502554ba
-rw-r--r--packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt b/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt
index 629e9bebe254..54c52b533da4 100644
--- a/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt
+++ b/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/BiometricViewBinder.kt
@@ -365,10 +365,6 @@ object BiometricViewBinder {
IMPORTANT_FOR_ACCESSIBILITY_NO
}
if (authState.isAuthenticatedAndConfirmed) {
- view.announceForAccessibility(
- view.resources.getString(R.string.biometric_dialog_authenticated)
- )
-
launch {
delay(authState.delay)
if (authState.isAuthenticatedAndExplicitlyConfirmed) {