Anybody has idea on what could be the solution for following problem?

On Feb 22, 7:25 pm, nkl <[email protected]> wrote:
> HI,
>
> I have aActivitygroupand some activities are part of it.
>
> lets sayActivitygroupis 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 [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

Reply via email to