diff options
author | vandwalle <vandwalle@google.com> | 2014-08-26 15:43:46 -0700 |
---|---|---|
committer | vandwalle <vandwalle@google.com> | 2014-08-26 15:43:46 -0700 |
commit | 0bbd2aaace3c08671e0f039859f241429a2600c6 (patch) | |
tree | c6a3198897c70b7d383e12545bf6fdac74a8feb3 /services/java | |
parent | 1698297daf8068bc9e6971d43744d48f1672bab2 (diff) | |
download | frameworks_base-0bbd2aaace3c08671e0f039859f241429a2600c6.zip frameworks_base-0bbd2aaace3c08671e0f039859f241429a2600c6.tar.gz frameworks_base-0bbd2aaace3c08671e0f039859f241429a2600c6.tar.bz2 |
remove call to passpoint service start
Change-Id: Ibc6e537544c2228e8b07f734158182d1e4817d17
Diffstat (limited to 'services/java')
-rw-r--r-- | services/java/com/android/server/SystemServer.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java index a3c10fd..0f2aabc 100644 --- a/services/java/com/android/server/SystemServer.java +++ b/services/java/com/android/server/SystemServer.java @@ -132,8 +132,6 @@ public final class SystemServer { "com.android.server.usb.UsbService$Lifecycle"; private static final String WIFI_SERVICE_CLASS = "com.android.server.wifi.WifiService"; - private static final String WIFI_PASSPOINT_SERVICE_CLASS = - "com.android.server.wifi.passpoint.WifiPasspointService"; private static final String WIFI_P2P_SERVICE_CLASS = "com.android.server.wifi.p2p.WifiP2pService"; private static final String ETHERNET_SERVICE_CLASS = @@ -665,7 +663,6 @@ public final class SystemServer { } mSystemServiceManager.startService(WIFI_P2P_SERVICE_CLASS); - mSystemServiceManager.startService(WIFI_PASSPOINT_SERVICE_CLASS); mSystemServiceManager.startService(WIFI_SERVICE_CLASS); mSystemServiceManager.startService( "com.android.server.wifi.WifiScanningService"); |