aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/editor/WordPressEditor/src/main/AndroidManifest.xml')
-rw-r--r--libs/editor/WordPressEditor/src/main/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/editor/WordPressEditor/src/main/AndroidManifest.xml b/libs/editor/WordPressEditor/src/main/AndroidManifest.xml
new file mode 100644
index 000000000..fcade3209
--- /dev/null
+++ b/libs/editor/WordPressEditor/src/main/AndroidManifest.xml
@@ -0,0 +1,7 @@
+<?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=".legacy.EditLinkActivity" />
+ </application>>
+</manifest>