Merge "Fix BiometricPrompt double TalkBack announcement" into rvc-dev

This commit is contained in:
Curtis Belmonte
2020-05-11 20:27:56 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -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"/>

View File

@@ -309,6 +309,7 @@ public class AuthContainerView extends LinearLayout
return true;
});
setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
setFocusableInTouchMode(true);
requestFocus();
}