add package function import code
fix the bug that NetworkStateUtil.java cannot be found
This commit is contained in:
parent
82fea84df2
commit
37b379bb7b
|
@ -11,6 +11,7 @@ import android.location.Location;
|
|||
import android.location.LocationManager;
|
||||
import android.os.IBinder;
|
||||
|
||||
import edu.tsinghua.spice.Utilies.NetworkStateUtil;
|
||||
import edu.tsinghua.spice.Utilies.SpiceProfilingUtil;
|
||||
|
||||
/**
|
||||
|
@ -85,5 +86,4 @@ public class SpiceService extends Service {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue