Home | History | Annotate | Download | only in tests
      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>
     15