I\'m trying to write an Android activity instrumentation test that stops (onPause(), then onStop()) and restarts the current activity. I tried
onPause()
onStop()
Maybe u could try to save the name of your activity, finish it... and use reflection to get a new instance of the .class for the new intent to create...