Removes duplicate SFPS string and updates references
Removes duplicate security_settings_fingerprint_v2_home_screen_text string and replaces references with security_settings_fingerprint_enroll_finish_v2_message Test: Open fingerprint settings on SFPS device where fingerprints are enrolled, observe correct string Fixes: 259316600 Change-Id: I259669a09f5535f3a776793659e5bc6bdb90a44c Merged-In: I259669a09f5535f3a776793659e5bc6bdb90a44c DO NOT MERGE
This commit is contained in:
@@ -1150,13 +1150,6 @@
|
|||||||
<!-- Acquire message received during fingerprint enrollment to inform the user they've reached the maximum number of enrollments. [CHAR LIMIT=NONE]-->
|
<!-- Acquire message received during fingerprint enrollment to inform the user they've reached the maximum number of enrollments. [CHAR LIMIT=NONE]-->
|
||||||
<string name="security_settings_fingerprint_v2_enroll_error_max_attempts">You\u2019ve reached the maximum number of attempts</string>
|
<string name="security_settings_fingerprint_v2_enroll_error_max_attempts">You\u2019ve reached the maximum number of attempts</string>
|
||||||
|
|
||||||
<!-- Message text only shown in fingerprint security settings home screen. (tablet) [CHAR LIMIT=NONE]-->
|
|
||||||
<string name="security_settings_fingerprint_v2_home_screen_text" product="tablet">Use your fingerprint to unlock your tablet or verify it\u2019s you, like when you sign in to apps</string>
|
|
||||||
<!-- Message text only shown in fingerprint security settings home screen. (device) [CHAR LIMIT=NONE]-->
|
|
||||||
<string name="security_settings_fingerprint_v2_home_screen_text" product="device">Use your fingerprint to unlock your device or verify it\u2019s you, like when you sign in to apps</string>
|
|
||||||
<!-- Message text only shown in fingerprint security settings home screen. (phone) [CHAR LIMIT=NONE]-->
|
|
||||||
<string name="security_settings_fingerprint_v2_home_screen_text" product="default">Use your fingerprint to unlock your phone or verify it\u2019s you, like when you sign in to apps</string>
|
|
||||||
|
|
||||||
<!-- Biometric settings --><skip />
|
<!-- Biometric settings --><skip />
|
||||||
<!-- Title shown for menu item that launches biometric settings. [CHAR LIMIT=66] -->
|
<!-- Title shown for menu item that launches biometric settings. [CHAR LIMIT=66] -->
|
||||||
<string name="security_settings_biometric_preference_title">Face & Fingerprint Unlock</string>
|
<string name="security_settings_biometric_preference_title">Face & Fingerprint Unlock</string>
|
||||||
|
@@ -442,7 +442,8 @@ public class FingerprintSettings extends SubSettings {
|
|||||||
mFooterColumns.add(column2);
|
mFooterColumns.add(column2);
|
||||||
} else {
|
} else {
|
||||||
final FooterColumn column = new FooterColumn();
|
final FooterColumn column = new FooterColumn();
|
||||||
column.mTitle = getText(R.string.security_settings_fingerprint_v2_home_screen_text);
|
column.mTitle = getText(
|
||||||
|
R.string.security_settings_fingerprint_enroll_introduction_v2_message);
|
||||||
column.mLearnMoreClickListener = learnMoreClickListener;
|
column.mLearnMoreClickListener = learnMoreClickListener;
|
||||||
mFooterColumns.add(column);
|
mFooterColumns.add(column);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user