admin
2020-08-08 3945f9a2c70335958c64c73894e3a1a14a7113b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.handmark.pulltorefresh.library.test" >
 
    <uses-sdk
        android:minSdkVersion="16"
        android:targetSdkVersion="26" />
 
    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:functionalTest="false"
        android:handleProfiling="false"
        android:label="Tests for com.handmark.pulltorefresh.library.test"
        android:targetPackage="com.handmark.pulltorefresh.library.test" />
 
    <application android:debuggable="true" >
        <uses-library android:name="android.test.runner" />
    </application>
 
</manifest>