tags:

views:

63

answers:

1

Hi Friends,

i am using two intent for various action in my activity and i also used onActivityResult for get result,i want to answer for how to get tow intent result in onActivityResult?anybody knows please give sample code for me..

Thanks all

+3  A: 

The Intent result is the Intent passed as the third parameter to onActivityResult().

CommonsWare