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

Commit d017f352 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Move wifiservice into its own package

Change-Id: I3ff378a29cb4dd191605b0b641147eba1f445d13
parent 7a7360ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;