Re: [android-developers] How can target activity get the request code in startActiivtyForResult()?

2010-02-11 Thread Mark Murphy
I am starting an activity with startActivityForResult(intent,requestcode). And i am receiving result onActivityResult() call back . The target acivity which gets the intent should get the request code And based upon the request it has to do the specified operation. How can target

[android-developers] How can target activity get the request code in startActiivtyForResult()?

2010-02-10 Thread pink 444
Hi, I am starting an activity with startActivityForResult(intent,requestcode). And i am receiving result onActivityResult() call back . The target acivity which gets the intent should get the request code And based upon the request it has to do the specified operation. How can target