Hi, all It has a main activity (A) and another activit (B) and B is called from A by startActivityForResult().
When B is suspended by any reason and the process is killed by the OS, and came back to B, I call B.finish() but A.onActivityResult() is not called. is this behavior as the specification? if you know how to avoid this case, please tell me. regards. -- 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

