HI,

I have a Activitygroup and some activities 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 its work and before calling
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to