OnActivityResult not called after startIntentSenderForResult
I'm using a launch page to "Sign in with Google". When the user has multiple accounts...after they select which account they wish to sign in with, I'm trying to launch the apps main activity, but for some reason the onActivityResult is never called in my fragment. Im the Activity, I call onActivityResult and let it call super so that the fragment can handle it, but it never fires. Any suggestions? Here is the fragment that is in question: package com.garciaericn.goodeats.login; import android.app.Activity; import android.app.Fragment; import android.content.Intent; import android.content