Relative Content

Tag Archive for c#android.net

Service not starting in separate process

I need to create a foreground service that runs in a separate process. But for some reason regardless of parameters it runs in the same process as the main activity. If I set isolated process then it just doesn’t run at all.