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