summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f808e80..079cc79 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,7 +3,8 @@
package="org.madore.android.unicodeMap"
android:versionCode="1"
android:versionName="1.0">
- <application android:label="@string/app_name">
+ <application android:label="@string/app_name"
+ android:icon="@drawable/icon">
<activity android:name=".UnicodeMapActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />