This is my code, and I have no idea why it is crashing.
This is the image of my code in android. I'm not having any error or warning that could make my app crash, but it is still crashing.
This is my code, and I have no idea why it is crashing.
This is the image of my code in android. I'm not having any error or warning that could make my app crash, but it is still crashing.
you should consider adding
if (resultCode == Activity.RESULT_OK) {
to your if condition bellow the onActivityResult
.