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; *
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.
*