The finish() method only stops the activity it is being called in. You must be doing something unusual to cause the previous activity to stop as well.
On Mar 27, 7:25 am, "olivier.k" <[EMAIL PROTECTED]> wrote: > Hi all, > here is my problem. > > My parent layout is displaying the menu (classic). > By hitting a menu choice, I'm displaying another Layout > (startSubActivity) wich contains a button. By hitting this button I'm > launching a 3rd layout > > (startSubActivity). In this 3rd layout I'm filling a Bundle for the > 2nd layout. > > Problem when I'm finishing the 3rd layout with the finish() method the > other one subActivity (2nd layout) is ending too. > > How can i close a subActivity/Layout without closing all subActivity ? > > Kind Regards, Olivier K. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

