DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.
b/26877020 Change-Id: Idfef31edb7e67ae60c1b2205df326ed1c5657618
This commit is contained in:
@@ -979,7 +979,9 @@ public final class SystemServer {
|
||||
|
||||
mSystemServiceManager.startService(TrustManagerService.class);
|
||||
|
||||
mSystemServiceManager.startService(FingerprintService.class);
|
||||
if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) {
|
||||
mSystemServiceManager.startService(FingerprintService.class);
|
||||
}
|
||||
|
||||
try {
|
||||
Slog.i(TAG, "BackgroundDexOptService");
|
||||
|
||||
Reference in New Issue
Block a user