I completely tried solutions given on here
I have tried startActivityForResult
and startIntentSenderForResult
But it's not work for me.Honestly, I'm not sure to I get it. Simply I use this code my activity and works fine but it's not working on the fragment.
@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
if (!bp.handleActivityResult(requestCode, resultCode, data))
super.onActivityResult(requestCode, resultCode, data);
}