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