OSDN Git Service

Update WifiScanningService class name to new location
authorMitchell Wills <mwills@google.com>
Sat, 20 Feb 2016 08:09:12 +0000 (00:09 -0800)
committerMitchell Wills <mwills@google.com>
Mon, 11 Apr 2016 22:06:54 +0000 (15:06 -0700)
Change-Id: I48515b872341ea482c9e6c37e87ebaafea571d61

services/java/com/android/server/SystemServer.java

index e7ae2b0..6f45508 100644 (file)
@@ -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");