Merge "Fix Face and Fingerprint setting page's title "Use face or fingerprint to" is missing"

This commit is contained in:
Jason Chang
2023-02-04 05:29:33 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -839,6 +839,8 @@
<string name="biometric_settings_intro">When you set up Face Unlock and Fingerprint Unlock, your phone will ask for your fingerprint when you wear a mask or are in a dark area</string>
<!-- Biometric category title - biometric options for unlocking the device. [CHAR LIMIT=50] -->
<string name="biometric_settings_category_ways_to_unlock">Ways to unlock</string>
<!-- Biometric category title - biometric options for unlocking the device. [CHAR LIMIT=60] -->
<string name="biometric_settings_category_use_face_fingerprint">Use face or fingerprint to</string>
<!-- Text shown on a toggle which allows or disallows the device to use biometric for unlocking the device. [CHAR LIMIT=50] -->
<string name="biometric_settings_use_biometric_unlock_phone">Unlock your phone</string>
<!-- Text shown on a toggle which allows or disallows the device to use biometric for authentication. [CHAR LIMIT=50] -->

View File

@@ -50,7 +50,8 @@
</PreferenceCategory>
<PreferenceCategory
android:key="biometric_ways_to_use">
android:key="biometric_ways_to_use"
android:title="@string/biometric_settings_category_use_face_fingerprint">
<com.android.settingslib.RestrictedSwitchPreference
android:key="biometric_settings_biometric_keyguard"