diff --git a/test-runner/src/android/test/InstrumentationTestRunner.java b/test-runner/src/android/test/InstrumentationTestRunner.java index 91d04da05930b..db80ef951570e 100644 --- a/test-runner/src/android/test/InstrumentationTestRunner.java +++ b/test-runner/src/android/test/InstrumentationTestRunner.java @@ -74,8 +74,9 @@ import junit.textui.ResultPrinter; *
  • {@link android.test.ProviderTestCase}
  • *
  • {@link android.test.ServiceTestCase}
  • *
  • {@link android.test.SingleLaunchActivityTestCase}
  • - *
  • In an appropriate AndroidManifest.xml, define the this instrumentation with - * the appropriate android:targetPackage set. + *
  • Set the android:targetPackage attribute of the <instrumentation> + * element in the test package's manifest. You should set the attribute value + * to the package name of the target application under test. *
  • Run the instrumentation using "adb shell am instrument -w", * with no optional arguments, to run all tests (except performance tests). *
  • Run the instrumentation using "adb shell am instrument -w",