The activity hosting this fragment has its onActivityResult called when the camera activity returns.
onActivityResult
My fragment starts an activity for a result with th
I also met this problem in a Fragment. And I called startActivityForResult in a DialogFragment.
startActivityForResult
DialogFragment
But now this problem has been resolved: FragmentClassname.this.startActivityForResult.
FragmentClassname.this.startActivityForResult