Android:
public class LocationService extends Service { @Override public void onStart(Intent intent, int startId) { super.onStart(intent, startI
one cannot use the Context of the Service; was able to get the (package) Context alike:
Context
Service
Intent intent = new Intent(getApplicationContext(), SomeActivity.class);