Merge "Refactored bad_calibration string" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f68524f421
@@ -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.
|
||||||
|
Reference in New Issue
Block a user