Wait, the problem was actually that on deploying this manifest, I see the PackageParser complaining that I can't have a ":" character in taskAffinity. The documentation at http://code.google.com/android/intro/appmodel.html recommends that I use a ":", however.
On Nov 27, 8:06 pm, Josh Guilfoyle <[EMAIL PROTECTED]> wrote: > I have recently merged my application into one apk (from two) and need > the ability to treat the activities that previously were isolated in a > different apk as part of separate tasks. I tried setting > taskAffinity="<mypackage>:Foo" in the activities belonging to the > other task but this appears to have no effect whatsoever. Is there > something else I need to be doing to make this work correctly? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

