aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/androidTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/editor/WordPressEditor/src/androidTest/AndroidManifest.xml')
-rw-r--r--libs/editor/WordPressEditor/src/androidTest/AndroidManifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/editor/WordPressEditor/src/androidTest/AndroidManifest.xml b/libs/editor/WordPressEditor/src/androidTest/AndroidManifest.xml
new file mode 100644
index 000000000..eeef377fb
--- /dev/null
+++ b/libs/editor/WordPressEditor/src/androidTest/AndroidManifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.wordpress.android.editor" >
+ <application>
+ <activity android:name=".MockActivity"
+ android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
+ android:exported="false" />
+ <activity android:name=".MockEditorActivity"
+ android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
+ android:exported="false"/>
+ </application>>
+</manifest>