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

Commit 02724130 authored by joshmccloskey's avatar joshmccloskey
Browse files

Fixed talkback issue with biometric dialog.

Fixes: 123676587
Test: Followed steps in https://b.corp.google.com/issues/123676587#comment1.
Change-Id: I2bea0d5d126fcfc8113766a16d1619f6ef23f8ce
parent b786846f
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] -->