1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-01 17:26:46 +01:00

Merge pull request #60 from GeMotionX/patch-5

add package function import code
This commit is contained in:
Mariotaku 2015-03-06 11:02:29 +08:00
commit 978971cb7d

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