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

Commit 4c937464 authored by Rebecca Silberstein's avatar Rebecca Silberstein Committed by Gerrit Code Review
Browse files

Merge "SystemServer: cherry-pick p2p service start"

parents a83222e4 5f506939
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");