I am launching activities from the main activity in my app using the call startActivityForResult(intent, ACTIVITY_TYPE), and they are all working but one.
startActivityForResult(intent, ACTIVITY_TYPE)
If you defined android:noHistory="true" in the activity in your AndroidManifest.xml, it will cause the same issue here.
android:noHistory="true"