Merge "In Private space settings when no face support show only fingerprint unlock" into main

This commit is contained in:
Joseph Vincent
2024-01-17 10:02:05 +00:00
committed by Android (Google) Code Review
4 changed files with 68 additions and 1 deletions

View File

@@ -1231,6 +1231,10 @@
<string name="private_space_screen_lock_title">Use device screen lock</string>
<!-- Title for the Face and Fingerprint preference. [CHAR LIMIT=60] -->
<string name="private_space_biometric_title">Face &amp; Fingerprint Unlock</string>
<!-- Title for the Fingerprint preference when face hardware is not supported on device. [CHAR LIMIT=40] -->
<string name="private_space_fingerprint_title">Fingerprint Unlock</string>
<!-- Title for the Face preference when fingerprint unlock is not supported on device. [CHAR LIMIT=40] -->
<string name="private_space_face_title">Face Unlock</string>
<!-- Summary for the Face and Fingerprint preference when no biometric is set. [CHAR LIMIT=60] -->
<string name="private_space_biometric_summary">Tap to set up</string>
<!-- Title for the Fingerprint unlock for private space preference. [CHAR LIMIT=60] -->