I always get an 'app has crashed' message if I open my app on android when I already opened the app before. My suspicion is that the already running instance crashes, and that a new one is started(which opens fine).
But I would like to re-open the already running instance (if there is one), instead of starting a new one when I tap on the app icon.
How can I achieve this?