xref: /aosp_15_r20/external/libtextclassifier/notification/tests/AndroidManifest.xml (revision 993b0882672172b81d12fad7a7ac0c3e5c824a12)
1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="com.android.textclassifier.notification">
3
4  <uses-sdk
5      android:minSdkVersion="30"
6      android:targetSdkVersion="30" />
7
8  <application>
9    <uses-library android:name="android.test.runner"/>
10  </application>
11
12  <instrumentation
13      android:name="androidx.test.runner.AndroidJUnitRunner"
14      android:targetPackage="com.android.textclassifier.notification"/>
15
16</manifest>
17