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

Commit da4ea530 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

am: d3ff73eb

Change-Id: I9427fd6c760c58c6caf65800fbbfbaf2c35e3335
parents 520e74a2 d3ff73eb
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");