If you are in a secondary activity and want to close it and return to the previous activity then you can just call Activity.Finish.
I think that calling Activity.Finish from the first/opening/Main Activity will exit your app, but I'll leave that for you to experiment with. It is possible that the Starter Service will still be hanging around in the background. There is some discussion about this in the thread: