I have ActivityA calling Activ开发者_开发知识库ityB using startActivityForResult. If I open a browser from ActivityB and surfing a bit, my ActivityB gets killed and it doesnt know anymore that it should return anything to ActivityA.
//ActivityB.getCallingActivity() == null
As a result of this the onActivityResult in ActivityA wont be called.
Can this be fixed somehow?
精彩评论