After using startResolutionForResult
, onActivityResult method will be called within the Activity owning the Fragment, not within the Fragment itself. Also this answer says:
The Google Play game services API should be tied to an Activity's lifecycle, not a Fragment's lifecycle.
Is this also valid for GoogleApiClient?