summaryrefslogtreecommitdiff
path: root/libs/documents/src/androidTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/documents/src/androidTest/AndroidManifest.xml')
-rw-r--r--libs/documents/src/androidTest/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/documents/src/androidTest/AndroidManifest.xml b/libs/documents/src/androidTest/AndroidManifest.xml
new file mode 100644
index 0000000..ddb7408
--- /dev/null
+++ b/libs/documents/src/androidTest/AndroidManifest.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+ <application>
+ <activity android:name="org.the_jk.cleversync.documents.test.TestActivity" />
+ </application>
+</manifest>