dear all, can you help me about exit app android script, i write finish(), but still have another activity open/run.. i mean how to exit and finish all open activities in my apps?
thanks.. rully On May 13, 2010 8:34 PM, "Lee" <[email protected]> wrote: 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]<android-developers%[email protected]> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- 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

