summaryrefslogtreecommitdiff
path: root/core/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/AndroidManifest.xml')
-rw-r--r--core/src/main/AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml
new file mode 100644
index 000000000..db67b8003
--- /dev/null
+++ b/core/src/main/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="de.danoeh.antennapod.core">
+
+ <application android:allowBackup="true"
+ android:label="@string/app_name"
+ android:icon="@drawable/ic_launcher"
+>
+
+ </application>
+
+</manifest>