I'm having an issue with my app on a Kindle Fire.
I don't have a device of my own, but the app reviewers (and a friend of mine who tested it for me) are having an issue with the app closing, with no error message after coming out of hibernation.
The exact issue is that if you hibernate in portrait, and then come out of hibernation after moving the device in to landscape mode, it simply just displays the home screen. No force close or anything.
The funny thing is that if you're at another activity in the app (it's only got 2 screens) it works just fine. The main menu activity is the one that this happens on. I've checked the onResume for both activities and they're the same. The main menu screen is a ListActivity, though. Could this be part of the issue?
When resuming after changing the orientation, is OnCreate called again?
I'm hoping someone can point me in the right direction because my only method of testing is re-submitting and sending an APK to a friend overseas.