thats rigth, so easy, sorry.... – davidApr 27 '10 at 9:52
5
No need to apologize, just happy to help! – Chris ThompsonApr 27 '10 at 15:32
4
This does not simulate the back button. If you are only using activities it is ok but if you are using fragments in an activity, this will close all the fragments with the activity together. – tasomaniacNov 14 '12 at 10:31
@tasomaniac Ah, interesting. I actually posted this answer before Fragments existed so that's interesting to know! – Chris ThompsonNov 14 '12 at 17:24
2
@tasomaniac It seems getFragmentManager().popBackStack() does the job for fragments. – MehmedMar 10 at 23:35