I know there are tons of the same questions, but still OnActivityResult is not being called.
This is my code
Activity A:
Intent i = new
Try below code
Intent returnIntent = new Intent(); returnIntent.putExtra("ProfilePicPath", path); setResult(RESULT_OK, returnIntent); finish();