Use correct string res for FaceEnrollIntroduction#getAgreeButtonTextRes

Flag: N/A
Bug: 326386200
Test: manually
Change-Id: I5fa5ad0d2d46ccbeb06b716c5d47fb0881b078ad
This commit is contained in:
Wu Ahan
2024-02-27 05:36:31 +00:00
parent be3a609c25
commit c09f75b005

View File

@@ -563,7 +563,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
@Override
@StringRes
protected int getAgreeButtonTextRes() {
return R.string.security_settings_fingerprint_enroll_introduction_agree;
return R.string.security_settings_face_enroll_introduction_agree;
}
@Override