Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ce1ff4f authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Fixed talkback issue with biometric dialog."

parents 34cfe56b 02724130
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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] -->