Fix string for face auth positional help messages

Test: Manual

Bug: 179044580
Change-Id: If4bcc6c1feafb7af385344108fe977ed35d10d2b
This commit is contained in:
Curtis Belmonte
2021-02-23 13:41:27 -08:00
parent 766326b69a
commit 1674d0da7d

View File

@@ -1378,7 +1378,7 @@ public class FaceManager implements BiometricAuthenticator, BiometricFaceConstan
case FACE_ACQUIRED_PAN_TOO_EXTREME:
case FACE_ACQUIRED_TILT_TOO_EXTREME:
case FACE_ACQUIRED_ROLL_TOO_EXTREME:
return context.getString(R.string.face_acquired_not_detected);
return context.getString(R.string.face_acquired_poor_gaze);
// Provide more detailed feedback for other soft errors.
case FACE_ACQUIRED_INSUFFICIENT: