-----
Hi friends,
In my application I am switching betweeen 4 activities
ActivityA , ActivityB,ActivityC, ActivityD
while returning from actvityD i am setting
Intent in = new Intent();
in.putIntegerArrayListExtra("items", sel_supp);
setResult(RESULT_OK, in);
finish();
i have set noHistory=true for ActivityB and ActivityC
In activtiy A
onActivityResult(int requestCode, int resultCode, Intent data) i am
getting the values but it is throwing
: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null,
request=1, result=0, data=null}
How to resolve this
I
--
Regards,
Vani Reddy
--
Regards,
Vani Reddy
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en