I am using a fragment. I am getting an error in the onResult() method. I need a substitute method for setResult(RESULT_OK, data) that I can use in my f
onResult()
setResult(RESULT_OK, data)
Use this it may be help to you..
getActivity().setResult(Activity.RESULT_OK, data);