aboutsummaryrefslogtreecommitdiff
path: root/aboutit/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-01-01 16:28:17 +0100
committerVictor Häggqvist <[email protected]>2015-01-01 16:28:17 +0100
commit5d2f7b4c8f76a1fb7cb8d3d0ad9ca7e6fcc6274a (patch)
tree5c5ed9ccd86d39201c64526c4557ab6c48d69a56 /aboutit/src/main/AndroidManifest.xml
init
Diffstat (limited to 'aboutit/src/main/AndroidManifest.xml')
-rw-r--r--aboutit/src/main/AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/aboutit/src/main/AndroidManifest.xml b/aboutit/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..aa76a22
--- /dev/null
+++ b/aboutit/src/main/AndroidManifest.xml
@@ -0,0 +1,8 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.snilius.aboutit">
+
+ <application android:allowBackup="true" android:label="@string/app_name"
+ android:icon="@drawable/ic_launcher">
+
+ </application>
+
+</manifest>