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

Commit fa32b35e authored by Rohan Shah's avatar Rohan Shah
Browse files

[Lock screen] Add a11y string for password

Added "device password" a11y string to be consistent with other
callouts such as for the PIN.

Test: Checked talkback string
Fixes: 77605737
Change-Id: Ie27eba47486ecb494693e8f4a9458f398dbabd1c
parent 530c4c1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
         <EditText android:id="@+id/passwordEntry"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:contentDescription="@string/keyguard_accessibility_password"
             android:gravity="center_horizontal"
             android:singleLine="true"
             android:textStyle="normal"
+3 −0
Original line number Diff line number Diff line
@@ -120,6 +120,9 @@

    <!-- Accessibility description of the PIN password view. [CHAR_LIMIT=none] -->
    <string name="keyguard_accessibility_pin_area">PIN area</string>
    <!-- Accessibility description of the normal password view. [CHAR_LIMIT=none] -->
    <string name="keyguard_accessibility_password">Device password</string>

    <!-- Accessibility description of the SIM PIN password view. [CHAR_LIMIT=none] -->
    <string name="keyguard_accessibility_sim_pin_area">SIM PIN area</string>
    <!-- Accessibility description of the SIM PUK password view. [CHAR_LIMIT=none] -->