I wanted to close child activity from parent activity. My flow is like: activity A is opened, inside Activity A I am opening activity B. But at same time my activity A is doing some background task. When I got result of my background task I wanted to close activity B from Activity A.
Is it possible to do that?
startActivityForResult
is deprecated. What's the new way to do this? – Leaseback