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

Commit 2304a1eb authored by Paul Lawrence's avatar Paul Lawrence Committed by android-build-merger
Browse files

Merge "Fix FDE" into pi-dev

am: 729ebf23

Change-Id: Id30fd6b9a679e432966e8a19018d3466cd74726e
parents c23c89af 729ebf23
Loading
Loading
Loading
Loading
+37 −35
Original line number Diff line number Diff line
@@ -1111,6 +1111,7 @@ public final class SystemServer {
            }
            traceEnd();

            if (!mOnlyCore) {
                if (context.getPackageManager().hasSystemFeature(
                            PackageManager.FEATURE_WIFI)) {
                    // Wifi Service must be started first for wifi-related services.
@@ -1151,6 +1152,7 @@ public final class SystemServer {
                    mSystemServiceManager.startService(LOWPAN_SERVICE_CLASS);
                    traceEnd();
                }
            }

            if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_ETHERNET) ||
                mPackageManager.hasSystemFeature(PackageManager.FEATURE_USB_HOST)) {