The below is my trace log: -------------------------------- (start activity) onCreate OnStart OnResume (running something) ... ...(other events) ... onStop (screen is off) --------------------------------
when my phone screen goes off, my App. gotta onStop, and there is no longer event occurred. When my screen turn back on, and I can see my App again (Of Course !!!) But, there is no event (ex>onResume, onStart...) I can get from the App. I expected to get some event such as onResume or onStart or any event Is anybody know why I didn't get such events? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en