In my process I’m attempting to launch appB from appA using startActivityForResult and pass some data back and forth.
I’m probably not using it correctly because when appB launches (which it does correctly) its savedInstanceState (the onCreate param) is null.
Is that not the Bundle that the intent that I create in appA (prior to calling the appB) populates? If not where do I get that bundle?
Also, when I finish() appB which bundle do I pack with the data I want to hand back to appA in its onActivityResult handler?
Use Activity.getIntent().