On Thu, Apr 15, 2010 at 5:15 AM, pink 444 <[email protected]> wrote: > And i am launching B from A by using startActivityForResult(). > > From i am calling setResult().But onActivityResult() of A not being called. >
Did you finish() your Activity after setting the result? It won't get passed back until your do. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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 To unsubscribe, reply using "remove me" as the subject.

