Home | History | Annotate | Download | only in otatests
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      4         package="com.android.functional.otatests">
      5     <application>
      6         <uses-library android:name="android.test.runner" />
      7     </application>
      8 
      9     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
     10 
     11     <uses-sdk android:minSdkVersion="19"
     12         android:targetSdkVersion="24" />
     13     <instrumentation
     14         android:name="android.test.InstrumentationTestRunner"
     15         android:targetPackage="com.android.functional.otatests"
     16         android:label="Android System Update Functional Tests" />
     17 </manifest>
     18