Loading res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1182,6 +1182,8 @@ <annotation id="url">Learn more</annotation></string> <!-- Text shown in fingerprint enroll when we didn't observe progress for a few seconds. [CHAR LIMIT=100] --> <string name="security_settings_fingerprint_enroll_lift_touch_again">Lift finger, then touch sensor again</string> <!-- Text shown during fingerprint enrollment to indicate bad sensor calibration. [CHAR LIMIT=100] --> <string name="security_settings_fingerprint_bad_calibration">Please recalibrate the fingerprint sensor.</string> <!-- Text shown when "Add fingerprint" button is disabled --> <string name="fingerprint_add_max">You can add up to <xliff:g id="count" example="5">%d</xliff:g> fingerprints</string> src/com/android/settings/biometrics/fingerprint/FingerprintErrorDialog.java +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ public class FingerprintErrorDialog extends BiometricErrorDialog { // This message happens when the underlying crypto layer decides to revoke the // enrollment auth token. return R.string.security_settings_fingerprint_enroll_error_timeout_dialog_message; case FingerprintManager.FINGERPRINT_ERROR_BAD_CALIBARTION: return R.string.security_settings_fingerprint_bad_calibration; default: // There's nothing specific to tell the user about. Ask them to try again. return R.string.security_settings_fingerprint_enroll_error_generic_dialog_message; Loading Loading
res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1182,6 +1182,8 @@ <annotation id="url">Learn more</annotation></string> <!-- Text shown in fingerprint enroll when we didn't observe progress for a few seconds. [CHAR LIMIT=100] --> <string name="security_settings_fingerprint_enroll_lift_touch_again">Lift finger, then touch sensor again</string> <!-- Text shown during fingerprint enrollment to indicate bad sensor calibration. [CHAR LIMIT=100] --> <string name="security_settings_fingerprint_bad_calibration">Please recalibrate the fingerprint sensor.</string> <!-- Text shown when "Add fingerprint" button is disabled --> <string name="fingerprint_add_max">You can add up to <xliff:g id="count" example="5">%d</xliff:g> fingerprints</string>
src/com/android/settings/biometrics/fingerprint/FingerprintErrorDialog.java +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ public class FingerprintErrorDialog extends BiometricErrorDialog { // This message happens when the underlying crypto layer decides to revoke the // enrollment auth token. return R.string.security_settings_fingerprint_enroll_error_timeout_dialog_message; case FingerprintManager.FINGERPRINT_ERROR_BAD_CALIBARTION: return R.string.security_settings_fingerprint_bad_calibration; default: // There's nothing specific to tell the user about. Ask them to try again. return R.string.security_settings_fingerprint_enroll_error_generic_dialog_message; Loading