summaryrefslogtreecommitdiff
path: root/java/tests/instrumentation/AndroidManifest_TCSModelDownloaderIntegrationTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/tests/instrumentation/AndroidManifest_TCSModelDownloaderIntegrationTest.xml')
-rw-r--r--java/tests/instrumentation/AndroidManifest_TCSModelDownloaderIntegrationTest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/tests/instrumentation/AndroidManifest_TCSModelDownloaderIntegrationTest.xml b/java/tests/instrumentation/AndroidManifest_TCSModelDownloaderIntegrationTest.xml
new file mode 100644
index 0000000..ff6ab85
--- /dev/null
+++ b/java/tests/instrumentation/AndroidManifest_TCSModelDownloaderIntegrationTest.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.textclassifier.downloader.tests">
+
+ <uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30"/>
+
+ <application>
+ <uses-library android:name="android.test.runner"/>
+ </application>
+
+ <instrumentation
+ android:name="androidx.test.runner.AndroidJUnitRunner"
+ android:targetPackage="com.android.textclassifier.downloader.tests"/>
+</manifest>