I have a small application that uses two activities. Both the activities inherit from MapActivity and display a map (com.google.android.maps).
Since the Android Goo
Instrumentation runs all of your application components in the same process.