xuxiuxi
2017-03-24 742a526ddc896d3a561bbb147bea62fd7e99fb77
VisitFace/RtspNativeCodec/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
New file
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.nativecodec.test">
    <uses-sdk android:minSdkVersion="22" android:targetSdkVersion="22" />
    <application>
        <uses-library android:name="android.test.runner" />
    </application>
    <instrumentation android:name="android.test.InstrumentationTestRunner"
                     android:targetPackage="com.example.nativecodec"
                     android:handleProfiling="false"
                     android:functionalTest="false"
                     android:label="Tests for com.example.nativecodec"/>
</manifest>