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

Commit f8fafdf7 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "[Lock screen] Add a11y string for password" into pi-dev

am: f89334d5

Change-Id: I26033511301185a70ba8f2f1086aa84b7b82a093
parents e3e55b86 f89334d5
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] -->