Jeff Sharkey | 93de411 | 2013-10-31 11:25:31 -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.example.android.vault.tests"> | ||||
4 | |||||
5 | <application> | ||||
6 | <uses-library android:name="android.test.runner" /> | ||||
7 | </application> | ||||
8 | |||||
9 | <instrumentation | ||||
10 | android:name="android.test.InstrumentationTestRunner" | ||||
11 | android:targetPackage="com.example.android.vault" | ||||
12 | android:label="Vault tests" /> | ||||
13 | |||||
14 | </manifest> |