Now i'm trying to launch TabActivity from the first activity, with the FLAG_ACTIVITY_NO_HISTORY flag.
But it still continues to be in history. Any solutions? Thanks, Immanuel On Feb 20, 5:07 pm, Immy <[email protected]> wrote: > Hi, > > Can someone tell me how to close all activities running under a tab? > > My initial activity does not need a tabbed view. Therefore, to > initiate a tab for the next (remaining) activities, I call a class > that extends TabActivity, from the first tab. > > All this class does is to assign and call activities based on the tab > click. > > Currently, to close all activities i am using StartActivityforResult. > > But in this case, while calling activites from the TabHost, setContent > does not accept a result code as a parameter. > > Help me to solve this one. > My application is stranded in a blank screen before closing. i.e. in > the TabActivity class. > > Regards, > Immanuel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

