When will an activity's onActivityResult()be called?
when calling finish() in the target activity
When onStop() is called in the target activity
when placing an app into the background by sitching to another app
when calling finish()in the parent activity