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

Commit d3ff73eb authored by Rebecca Silberstein's avatar Rebecca Silberstein Committed by android-build-merger
Browse files

Merge "SystemServer: cherry-pick p2p service start" am: 4c937464

am: 392f7d78

Change-Id: I737b1307f4c42b8c88974418e3b6dab6b117509f
parents 1a34a412 392f7d78
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -842,7 +842,11 @@ public final class SystemServer {
                } else {
                    Slog.i(TAG, "No Wi-Fi Aware Service (Aware support Not Present)");
                }

                if (context.getPackageManager().hasSystemFeature(
                        PackageManager.FEATURE_WIFI_DIRECT)) {
                    mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS);
                }
                mSystemServiceManager.startService(WIFI_SERVICE_CLASS);
                mSystemServiceManager.startService(
                            "com.android.server.wifi.scanner.WifiScanningService");