From an activity, I can easily setup the onActivityResult() and call startActivityForResult() and everything works fine.
onActivityResult()
startActivityForResult()
Now, I need to call <
if your dialog is a dialog fragment you can use
getActivity().startActivityForResult(intent);
in this way the result is sent to the activity that created the dialog