I am opening a second activity using startActivityForResult, I am sending a request code from the main activity that is received by onActivityResult.
but I want to know if it is possible to change that request code in the secondary activity so that I don't have to receive the same code in the main activity?