I have a service that listens to some events. When this event occurs, it displays the default screen. Activation (intention)
When the user finishes doing something on this screen, the code calls finish () but instead of “closing” the full application, it shows the main / launch activity.
I mean, what is the best way to remove all application screens from the current view? or any way around this?
source
share