On Fri, Nov 12, 2010 at 9:15 AM, raukodraug <[email protected]>wrote:
> Ganapathy and fr4gus, the startactivityforresult does not work when > using singleTask, which is what i am doing > > http://developer.android.com/reference/android/app/Activity.html#startActivityForResult(android.content.Intent > , > int) > Yes, as I said, what you are doing is not really how things are supposed to work. Separate tasks are by definition separate entities from each other (the intent is for them to represent what the user perceives as applications), so it is going to be challenging to have such control over them. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

