So I read through the SDK docs and I thought that calling a new activity(browser) as part of a task (myTask) will mean that activity* (browser) will close when a user closes the task (myTask) But I am left with a browser window.
here is my scenario (in sudo code); **Start myTask Activity1 **MyTask startsActivity(Browser) **Browser uses CallBack Url to pass control to MyTask Activity1 (this seems to create a new Task(myTask), which may be my problem) **User closes MyTask **browser window remains with prior URL ------ Question 1: What is the cleanest way to ensure that when a user closes my app, any outside activities called will be closed to. Question 2: Does a callback URl start a new Task, or use one in the stack if available? Regards, Eddie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

