Merge "Return correct error when HW there is no biometric hardware"

This commit is contained in:
Kevin Chyn
2018-11-09 04:42:35 +00:00
committed by Android (Google) Code Review
3 changed files with 34 additions and 8 deletions

View File

@@ -1627,7 +1627,7 @@ public final class SystemServer {
if (hasFeatureFace || hasFeatureIris || hasFeatureFingerprint) {
// Start this service after all biometric services.
traceBeginAndSlog("StartBiometricPromptService");
traceBeginAndSlog("StartBiometricService");
mSystemServiceManager.startService(BiometricService.class);
traceEnd();
}