I\'m in the process of trying to make a release build of my first android app to send to a few testers. However, I ran into a problem with it. When you exit the app and then
Add this to your first activity:
if (!isTaskRoot()) { finish(); return; } super.onCreate(savedInstanceState);