Hello. I am developing an Android game, and have run in to a curious issue for which Googling around doesn't seem to bring up any links at all, so I am clueless as to how to fix it...
The issue: In the game, when you press the power button to lock the phone, the game pauses. When you unlock the phone, onResume is called, and the game does some minor re-initializations, which take negligible time. However, when I have the Slide-to-Unlock system enabled on my phone (Droid X), and I slide the Android bar to unlock the phone, it takes several seconds for the phone to truly unlock and for the application to show. However, during this time the application is active - I can already interact with it, even though it's not showing, and the phone seems to be 'frozen' at the Slide-to-Unlock screen. (The phone isn't actually frozen - just the display is! My application responds to events and changes its state based on touches.) Has anyone run in to similar issues? What might my app be doing to cause these long 'freezes'? (I've had reports from users of the same thing happening on several types of phones, so it's not just my Droid X.) How might I test for these things? Thanks! I've googled around and found literally no mention of similar problems, so I'm stumped. -- Andrew G -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

