| Jeff Sharkey | 6d97d3c | 2013-09-06 10:43:45 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| 3 | package="com.android.documentsui.tests"> | ||||
| 4 | |||||
| 5 | <application> | ||||
| 6 | <uses-library android:name="android.test.runner" /> | ||||
| 7 | </application> | ||||
| 8 | |||||
| 9 | <instrumentation android:name="android.test.InstrumentationTestRunner" | ||||
| 10 | android:targetPackage="com.android.documentsui" | ||||
| 11 | android:label="Tests for DocumentsUI" /> | ||||
| 12 | |||||
| 13 | </manifest> | ||||