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

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

Change-Id: I2b59cb2b915e5c21cb54b2dcfb3a8b6f08c99931
This commit is contained in:
Beverly Tai
2021-07-23 16:18:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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>