Android app dev: Intent extras set in onBackPressed() misssing when back to onActivityResult()

It’s funny how we spent about an hour trying to figure out why the Intent extras that we’re setting are not being sent back to onActivityResult(). If we only knew that the solution was as simple as moving one line of code.

The call to super.onBackPressed() should be placed after setting Intent extras and after finishing the current activity. Like so:

Related Posts:

Posts that may be related to "Android app dev: Intent extras set in onBackPressed() misssing when back to onActivityResult()":

Catzie

A Filipino programmer with a variety of interests such as baking, singing, making up silly song/rap lyrics, K-pop, drawing, creating unique dessert flavors, obsessing about finding out how some things works, board games, anime, video games, and forgetting things that usually go in her long list of interests. Running small-time online dessert shops Cookies PH and Catzie's Cakery.

Leave a Reply

Your email address will not be published. Required fields are marked *