<?xml version="1.0" encoding="utf-8"?>
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
package="com.bsk.zhangbo.demoforbsk.test" >
|
|
<uses-sdk
|
android:minSdkVersion="19"
|
android:targetSdkVersion="23" />
|
|
<instrumentation
|
android:name="android.support.test.runner.AndroidJUnitRunner"
|
android:functionalTest="false"
|
android:handleProfiling="false"
|
android:label="Tests for com.bsk.zhangbo.demoforbsk"
|
android:targetPackage="com.bsk.zhangbo.demoforbsk" />
|
|
<application>
|
<uses-library android:name="android.test.runner" />
|
</application>
|
|
</manifest>
|