Fix biometrics unicorn consent string bug.
Test: manual test Bug: 277815321 Change-Id: Id32720807d0c6aec199dcd13449f9333d2c36978
This commit is contained in:
@@ -592,6 +592,10 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
|
||||
return data;
|
||||
}
|
||||
|
||||
protected boolean isFaceStrong() {
|
||||
return mIsFaceStrong;
|
||||
}
|
||||
|
||||
private void onFaceStrengthChanged() {
|
||||
// Set up and show the "less secure" info section if necessary.
|
||||
if (!mIsFaceStrong && getResources().getBoolean(
|
||||
|
Reference in New Issue
Block a user