I have two activities ActivityOne and ActivityTwo each one contains one Fragment
i did startActivityForResult(mIntent, Request_code)
from the fragment of the first activity (ActivityOne) for calling the second activity (ActivityTwo), the problem is onActivityResult
of the second activity has not being called?