*> When I run my game app and then push the sleep/lock-screen button my activity is destroyed (onDestroy is called) and then directly after, onCreate is called.* * * Welcome to the Android Activity Lifecycle... You have no control over it... * * *> Angry Birds actually keeps the music running when the lock screen is on, maybe there's some trick with that you can use?*
Obviously I don't know for sure, but Angry Birds is probably playing its music in a Service... Which is different than keeping the app alive. *> I do not want to handle state.* * * Good luck... That is how Android handles this. *** * Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 10, 2011 at 8:00 AM, Jump <[email protected]> wrote: > I do not want to handle state -- 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

