add package function import code

fix the bug that NetworkStateUtil.java cannot be found
This commit is contained in:
Denny C. Ng 2015-03-06 00:21:32 +01:00
parent 82fea84df2
commit 37b379bb7b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
}
}
}
}