Hello everyone. It's perhaps a bit of a beginner question and something I'm overlooking, but how to best end an application on Android cleanly without it staying stuck frozen with the 'Tap/click the screen to exit.' message when trying to start it again? (Ironically the tap/clicking the screen won't make it disappear normally, you have to swipe the app out of active apps before it allows an app restart. For a casual audience I don't really want this.
I have a repeat loop for the main game, then at Back pressed or ESC pressed it exits just using the End command. Why does the app stay frozen afterwards and is there a way to prevent this from happening?