Move wifiservice into its own package

Change-Id: I3ff378a29cb4dd191605b0b641147eba1f445d13
This commit is contained in:
Irfan Sheriff
2013-02-20 13:30:44 -08:00
parent 7a7360ad52
commit d017f35232
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ import com.android.server.power.PowerManagerService;
import com.android.server.power.ShutdownThread;
import com.android.server.search.SearchManagerService;
import com.android.server.usb.UsbService;
import com.android.server.wifi.WifiService;
import com.android.server.wm.WindowManagerService;
import dalvik.system.VMRuntime;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.server;
package com.android.server.wifi;
import android.app.ActivityManager;
import android.app.AlarmManager;