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 adding an intent to the result, this code works for me:
Intent in = new Intent(); setResult(101, in); finish();