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

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

Merge "SystemServer: cherry-pick p2p service start"

am: 4c937464

Change-Id: I6f851c4e157150cab541d9a991cc1b7fe736eb7c
parents 8d3a8b13 4c937464
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -840,7 +840,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");