AndroidManifest.xml 604 Bytes
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.opencv.test" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="22" />

    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:functionalTest="false"
        android:handleProfiling="false"
        android:label="Tests for org.opencv.test"
        android:targetPackage="org.opencv.test" />

    <application>
        <uses-library android:name="android.test.runner" />
    </application>

</manifest>