I am having an issue with stability of apps.
Targets at the moment are Ouya, Samsung Stratosphere, Samsung Discover

On the Ouya all the apps work perfect because the Ouya forcibly closes the apps upon returning to the home screen.

On the Android devices, however, when pressing the home button it takes you to the home screen, when you launch the app with it still running it crashes the device. The only solution I have come up with so far is to call System.exit(0); in the onPause event. I would assume there is a better way to fix this issue however I've not found any solutions on my several searches to try to fix this problem.