Hi, I want to completely exit my application under test in my test code (ActivityInstrumentationTestCase) before launching each test.
Since there is no exit in an android app. Is there a way I can traverse through all the activities of an app so that I call Finish() on each i.e. finish all the activities that have been started. Thanks Yasser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

