Merge "Fix BiometricPrompt double TalkBack announcement" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
060a546ba1
@@ -23,7 +23,6 @@
|
||||
android:id="@+id/background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:accessibilityLiveRegion="polite"
|
||||
android:background="@color/biometric_dialog_dim_color"
|
||||
android:contentDescription="@string/biometric_dialog_empty_space_description"/>
|
||||
|
||||
|
||||
@@ -309,6 +309,7 @@ public class AuthContainerView extends LinearLayout
|
||||
return true;
|
||||
});
|
||||
|
||||
setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
|
||||
setFocusableInTouchMode(true);
|
||||
requestFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user