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
In my case, I didn't realize I was calling startActivityForResult from an activity that had the android:noHistory attribute set to true in the manifest. Therefore, the onActivityResult was never called as there was no activity instance anymore.
startActivityForResult
android:noHistory
onActivityResult