Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aae35640 authored by Wei Liu's avatar Wei Liu
Browse files

DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

b/26877020

Change-Id: Idfef31edb7e67ae60c1b2205df326ed1c5657618
parent 7528f57c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -979,7 +979,9 @@ public final class SystemServer {

                mSystemServiceManager.startService(TrustManagerService.class);

                if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) {
                    mSystemServiceManager.startService(FingerprintService.class);
                }

                try {
                    Slog.i(TAG, "BackgroundDexOptService");