aboutsummaryrefslogtreecommitdiff
path: root/tests/AndroidManifest.xml
blob: 7c5909256f31bee266bb44efc69ca06c26e62c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.tv.tests" >

    <uses-sdk android:minSdkVersion="19" />

    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:targetPackage="com.android.tv" />

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

</manifest>