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

Commit a828ffbc 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

am: f8fafdf7

Change-Id: Ide43de64f79bc1e3de6a35cf2ccb7250db471081
parents 6aae9772 f8fafdf7
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] -->