diff options
Diffstat (limited to 'docs/html/guide/developing/instrumentation/inst-testing.jd')
-rw-r--r-- | docs/html/guide/developing/instrumentation/inst-testing.jd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/html/guide/developing/instrumentation/inst-testing.jd b/docs/html/guide/developing/instrumentation/inst-testing.jd index 6f69344..2dc4daa 100644 --- a/docs/html/guide/developing/instrumentation/inst-testing.jd +++ b/docs/html/guide/developing/instrumentation/inst-testing.jd @@ -142,8 +142,6 @@ public class FrameworkInstrumentationTestRunner extends InstrumentationTestRunne <p> Next, in an appropriate <code>AndroidManifest.xml</code>, define the instrumentation for the derived class with the appropriate <code>android:targetPackage</code> set. For example, the snippet below defines the instrumentation runner for the framework tests.</p> <pre> -<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" /> - <instrumentation android:name="android.tests.FrameworkInstrumentationTestRunner" android:targetPackage="com.google.android.frameworktest" android:label="framework instrumentation test runner" /> |