So far, I used the startActivity function with success and now that I need to use the startActivityResult, I have a problem.
When using this function, the activity
The mistake that I had made was that after creating my Intent I was calling startActivity() instead of startActivityForResult()
startActivity()
startActivityForResult()
Sometimes the simple ones kill you :)