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
android:noHistory="true"
like
android:launchMode="singleInstance"
will stop onActivityResult from receive result.