HI, I have a Activitygroup and some activity are part of it.
lets say Activitygroup is DetailsGroup which has a activity by name DetailsActivity. On certail events DetailsActivity launches another activity ExtraActivity by calling startActivityForResult(intent, 2); The extraActivity is launched it does whatever it suppose to and before finish() of it I am calling setResult(RESULT_OK,mintent); By doing this I was expecting that the DetailsActivity's onActivityResult() would be called, but instead DetailsGroup activities' onActivityResult() is getting called. Any idea what changes are required to get DetailsActivity's onActivityResult() called in above scenario? Thanks, Narenda -- 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

