Is isFinishing() guaranteed to return true in onPause() when an activity is being killed by the system ?
If not, how is it possible to differentiate activity-being-killed and one of the other reasons for onPause() being called ? It must apparently be done in onPause(), since that's the only one guaranteed to be called by the system according to the lifecycle doc. Thanks, Lee -- 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

