Bug fix - when enrolled, biometrics have ok safety state.
Bug: 222336582 Test: atest SettingsUnitTests Change-Id: Ia90329fa126b181e87ff7ed626ba33eca1e6bf7d
This commit is contained in:
@@ -75,7 +75,10 @@ public class FaceStatusUtils {
|
||||
: FaceEnrollIntroduction.class.getName();
|
||||
}
|
||||
|
||||
private boolean hasEnrolled() {
|
||||
/**
|
||||
* Returns whether at least one face template has been enrolled.
|
||||
*/
|
||||
public boolean hasEnrolled() {
|
||||
return mFaceManager.hasEnrolledTemplates(mUserId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user