I have implemented ActivityGroup
inside the Tabs. I am going from Activity A
to Activity B
. In Activity B
I launch a camera and B's
onActivityResult()
is not called. So I implemented onActivityResult()
in ActivityGroup
and it called.
How to go to onActivityResult()
of my Activity B
from where I started the camera from ActivityGroup's
onActivityResult()
?