Merge "Refactored bad_calibration string" into sc-dev am: f68524f421

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15157294

Change-Id: Ibdf3885f06d4d313ef422d4a677de498342ef47d
This commit is contained in:
Joshua Mccloskey
2021-07-02 14:17:35 +00:00
committed by Automerger Merge Worker

View File

@@ -45,7 +45,7 @@ public class FingerprintErrorDialog extends BiometricErrorDialog {
// This message happens when the underlying crypto layer decides to revoke the // This message happens when the underlying crypto layer decides to revoke the
// enrollment auth token. // enrollment auth token.
return R.string.security_settings_fingerprint_enroll_error_timeout_dialog_message; return R.string.security_settings_fingerprint_enroll_error_timeout_dialog_message;
case FingerprintManager.FINGERPRINT_ERROR_BAD_CALIBARTION: case FingerprintManager.FINGERPRINT_ERROR_BAD_CALIBRATION:
return R.string.security_settings_fingerprint_bad_calibration; return R.string.security_settings_fingerprint_bad_calibration;
default: default:
// There's nothing specific to tell the user about. Ask them to try again. // There's nothing specific to tell the user about. Ask them to try again.