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
As Ollie C mentioned, there is an active bug for the support library using returned values to onActivityResult when you are using nested fragments. I just hit it :-(.
See Fragment.onActivityResult not called when requestCode != 0.