Hi All, I am now trying to create an activity with "android:style/ Theme.Translucent.NoTitleBar". But I found that when I used activity.finish() to destroy itself, the onPause()/onStop()/onDestroy() is not called by framework immediately. Not until I finish the activity below, or, create another instance of the same type. Can anybody tell me why and how to avoid this to get current activity destroyed immediately? Thank you very much.
B.R. -Robin -- 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

