Merge changes from topic "biometric-and-credential"
* changes: Always start AuthController Clean up biometric system server
This commit is contained in:
@@ -1908,16 +1908,14 @@ public final class SystemServer {
|
||||
t.traceEnd();
|
||||
}
|
||||
|
||||
if (hasFeatureFace || hasFeatureIris || hasFeatureFingerprint) {
|
||||
// Start this service after all biometric services.
|
||||
t.traceBegin("StartBiometricService");
|
||||
mSystemServiceManager.startService(BiometricService.class);
|
||||
t.traceEnd();
|
||||
// Start this service after all biometric services.
|
||||
t.traceBegin("StartBiometricService");
|
||||
mSystemServiceManager.startService(BiometricService.class);
|
||||
t.traceEnd();
|
||||
|
||||
t.traceBegin("StartAuthService");
|
||||
mSystemServiceManager.startService(AuthService.class);
|
||||
t.traceEnd();
|
||||
}
|
||||
t.traceBegin("StartAuthService");
|
||||
mSystemServiceManager.startService(AuthService.class);
|
||||
t.traceEnd();
|
||||
|
||||
|
||||
t.traceBegin("StartBackgroundDexOptService");
|
||||
|
||||
Reference in New Issue
Block a user