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

Commit eac5a807 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
(cherry picked from commit aae35640)
parent 37c80bc9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1088,7 +1088,9 @@ public final class SystemServer {

                mSystemServiceManager.startService(TrustManagerService.class);

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

                traceBeginAndSlog("StartBackgroundDexOptService");
                try {