There is an activity that shows a progress dialog and starts a new thread to do some work. One method that is called from this thread starts a new activity.
i.e. ThreadX has a run() method that calls y.foo(). y.foo() starts a new activity with teh flag Intent.FLAG_ACTIVITY_NEW_TASK When I run this - I see the progress dialog but I dont see the new activity starting up from within the thread. All the context information is present to the thread. Thanks Rohit --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---