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
On the child activity, I used it on the child activity
getParent().startActivityForResult(intent, positive_request_code);