Merge "Fix BiometricPrompt double TalkBack announcement" into rvc-dev am: 060a546ba1 am: 9960dffa75 am: 6497cdf83a am: 532526edc6 am: bfbd5c8084
Change-Id: I6ac45091a1c4066088d906f2a5ac5757a7e2c1fd
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
@@ -306,6 +306,7 @@ public class AuthContainerView extends LinearLayout
|
||||
return true;
|
||||
});
|
||||
|
||||
setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
|
||||
setFocusableInTouchMode(true);
|
||||
requestFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user