Question: When will an activity's onActivityResult()be called?
- when calling finish()in the parent activity
- when placing an app into the background by sitching to another app
- When onStop() is called in the target activity
- when calling finish() in the target activity
Answer: The correct answer of the above question is Option D:when calling finish() in the target activity