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)
onActivityResult() will also pass RESULT_CANCELED as the resultCode if you misspell the package or class name in the manifest file.
onActivityResult()
RESULT_CANCELED
resultCode