Merge "Switched face acquire strings" into tm-d1-dev am: 847661ebbd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18202122

Change-Id: If3e3f838456c61826116aa964b2b80e52281ad0d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-05-09 21:53:34 +00:00
committed by Automerger Merge Worker

View File

@@ -1369,13 +1369,17 @@ public class FaceManager implements BiometricAuthenticator, BiometricFaceConstan
case FACE_ACQUIRED_TOO_FAR:
return context.getString(R.string.face_acquired_too_far);
case FACE_ACQUIRED_TOO_HIGH:
return context.getString(R.string.face_acquired_too_high);
case FACE_ACQUIRED_TOO_LOW:
// TODO(b/181269243) Change back once error codes are fixed.
return context.getString(R.string.face_acquired_too_low);
case FACE_ACQUIRED_TOO_LOW:
// TODO(b/181269243) Change back once error codes are fixed.
return context.getString(R.string.face_acquired_too_high);
case FACE_ACQUIRED_TOO_RIGHT:
return context.getString(R.string.face_acquired_too_right);
case FACE_ACQUIRED_TOO_LEFT:
// TODO(b/181269243) Change back once error codes are fixed.
return context.getString(R.string.face_acquired_too_left);
case FACE_ACQUIRED_TOO_LEFT:
// TODO(b/181269243) Change back once error codes are fixed.
return context.getString(R.string.face_acquired_too_right);
case FACE_ACQUIRED_POOR_GAZE:
return context.getString(R.string.face_acquired_poor_gaze);
case FACE_ACQUIRED_PAN_TOO_EXTREME: