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

Commit 713422af authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am d017f352: Move wifiservice into its own package

* commit 'd017f352':
  Move wifiservice into its own package
parents 4636dc4c d017f352
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;