summaryrefslogtreecommitdiff
path: root/vdrmanager/de.bjusystems.vdrmanager/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
blob: 75785652355875f222564a1ad66ebfdc66935233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="de.bjusystems.vdrmanager.test">

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

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

    <instrumentation android:name="android.test.InstrumentationTestRunner"
                     android:targetPackage="de.bjusystems.vdrmanager"
                     android:handleProfiling="false"
                     android:functionalTest="false"
                     android:label="Tests for de.bjusystems.vdrmanager"/>
</manifest>