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

Commit d0989c98 authored by Mitchell Wills's avatar Mitchell Wills
Browse files

Update WifiScanningService class name to new location

Change-Id: I48515b872341ea482c9e6c37e87ebaafea571d61
parent 333c7d36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -823,7 +823,7 @@ public final class SystemServer {
                mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS);
                mSystemServiceManager.startService(WIFI_SERVICE_CLASS);
                mSystemServiceManager.startService(
                            "com.android.server.wifi.WifiScanningService");
                            "com.android.server.wifi.scanner.WifiScanningService");

                if (!disableRtt) {
                    mSystemServiceManager.startService("com.android.server.wifi.RttService");