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

Commit d9ce40e4 authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Add new string to replace 'swipe up to unlock'" into sc-dev am: e10f0d4c am: f507667a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15373456

Change-Id: Ifba868c36ccc517d8b91df8cdaf01e7148662a60
parents 8f3b2e1c f507667a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1064,6 +1064,9 @@
    <!-- Message shown when lock screen is tapped or face authentication fails. [CHAR LIMIT=60] -->
    <string name="keyguard_unlock">Swipe up to open</string>

    <!-- Message shown when lock screen is tapped or face authentication fails. Provides extra instructions for how the user can enter their device (unlock or proceed to home) [CHAR LIMIT=60] -->
    <string name="keyguard_unlock_press">Press to open</string>

    <!-- Message shown when face authentication fails and the pin pad is visible. [CHAR LIMIT=60] -->
    <string name="keyguard_retry">Swipe up to try again</string>