Merge "Fixed talkback issue with biometric dialog."
This commit is contained in:
@@ -128,7 +128,6 @@
|
||||
android:textSize="12sp"
|
||||
android:gravity="center_horizontal"
|
||||
android:accessibilityLiveRegion="polite"
|
||||
android:contentDescription="@string/accessibility_biometric_dialog_help_area"
|
||||
android:textColor="?android:attr/textColorSecondary"/>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
@@ -279,8 +279,6 @@
|
||||
<!-- Button name for "Cancel". [CHAR LIMIT=NONE] -->
|
||||
<string name="cancel">Cancel</string>
|
||||
|
||||
<!-- Content description for the error/help message are when the system-provided fingerprint dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_biometric_dialog_help_area">Help message area</string>
|
||||
<!-- Message shown when a biometric is authenticated, asking the user to confirm authentication [CHAR LIMIT=30] -->
|
||||
<string name="biometric_dialog_confirm">Confirm</string>
|
||||
<!-- Button name on BiometricPrompt shown when a biometric is detected but not authenticated. Tapping the button resumes authentication [CHAR_LIMIT=30] -->
|
||||
|
||||
Reference in New Issue
Block a user