Question

If an Activity starts another by startActivityForResult(), what happens to that subactivity if the parent is finished?

Was it helpful?

Solution

If Activity A calls startActivityForResult() (starting up Activity B), and A is finished, nothing happens to B, AFAIK.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top