> 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 activity get the request code, which is passed to > startActivityForResult().
Add it as an extra in the Intent. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

