Add new string to replace 'swipe up to unlock'

If the device has udfps

Test: manual
Bug: 194435395
Change-Id: I5cb1e861dc66ef93a7f21bf087a6d7bed5378893
This commit is contained in:
Beverly
2021-07-23 10:19:54 -04:00
parent 61d71ccaae
commit ba1215bd3c

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>