xref: /aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/AndroidManifest.xml (revision 993b0882672172b81d12fad7a7ac0c3e5c824a12)
1*993b0882SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*993b0882SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3*993b0882SAndroid Build Coastguard Worker    package="com.android.textclassifier.tests">
4*993b0882SAndroid Build Coastguard Worker
5*993b0882SAndroid Build Coastguard Worker  <uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30"/>
6*993b0882SAndroid Build Coastguard Worker  <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
7*993b0882SAndroid Build Coastguard Worker  <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
8*993b0882SAndroid Build Coastguard Worker
9*993b0882SAndroid Build Coastguard Worker  <application>
10*993b0882SAndroid Build Coastguard Worker    <uses-library android:name="android.test.runner"/>
11*993b0882SAndroid Build Coastguard Worker    <service
12*993b0882SAndroid Build Coastguard Worker        android:exported="false"
13*993b0882SAndroid Build Coastguard Worker        android:name="com.android.textclassifier.downloader.TestModelDownloaderService">
14*993b0882SAndroid Build Coastguard Worker    </service>
15*993b0882SAndroid Build Coastguard Worker  </application>
16*993b0882SAndroid Build Coastguard Worker
17*993b0882SAndroid Build Coastguard Worker  <instrumentation
18*993b0882SAndroid Build Coastguard Worker      android:name="androidx.test.runner.AndroidJUnitRunner"
19*993b0882SAndroid Build Coastguard Worker      android:targetPackage="com.android.textclassifier.tests"/>
20*993b0882SAndroid Build Coastguard Worker</manifest>
21