Android:
public class LocationService extends Service { @Override public void onStart(Intent intent, int startId) { super.onStart(intent, startI
UPDATE ANDROID 10 AND HIGHER
Start an activity from service (foreground or background) is no longer allowed.
There are still some restrictions that can be seen in the documentation
https://developer.android.com/guide/components/activities/background-starts