blob: 8bdf682d855132f4e46f5e9d20984846d7dc7726 [file] [log] [blame]
Jeff Sharkey93de4112013-10-31 11:25:31 -07001<?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>