hi, Lets suppose that Activity 1 calls startActivtyForResult with an intent which starts Activity 2.
Now lets suppose that in the AndroidManifest, for Activity 2 we have : android:launchMode="singleInstance" or android:launchMode="singleTask" Now the Activity 2 gets launched in a separate task and the onActivityResult is cancelled for Activity1. So my question is: 1. Is there a way in which Activity 2 can send information back to activity 1? 2. And in general, Is there a way in which inter task communication is possible? Thanks Amitkeerti --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---