I have a service that is listening for some events.
When that event happens, it fires a screen by startActivity(intent)
When the user finishes doing something on that screen, the code calls finish()
but instead of 'closing' the complete application, is shows the main/launcher activity.
any way to go around this?
thanks