summaryrefslogtreecommitdiffstats
path: root/maven/jp4da/jp4da-android/AndroidManifest.xml
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2013-01-07 15:07:26 +0000
committerMark Raynsford <[email protected]>2013-01-07 15:07:26 +0000
commit1002133ac28688df17f3e3ed6e44a8bb578cbfb5 (patch)
treefee1448920b5ac163ef1aeb6289942641982c942 /maven/jp4da/jp4da-android/AndroidManifest.xml
parentdb1bafbba4c4c4734a7679f87468789bc05120de (diff)
Use API level 10 (as the SDK will now refuse to use 9 due to it being replaced with 10), and add a nice jp4da icon
Diffstat (limited to 'maven/jp4da/jp4da-android/AndroidManifest.xml')
-rw-r--r--maven/jp4da/jp4da-android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/jp4da/jp4da-android/AndroidManifest.xml b/maven/jp4da/jp4da-android/AndroidManifest.xml
index af254d1..d47b08b 100644
--- a/maven/jp4da/jp4da-android/AndroidManifest.xml
+++ b/maven/jp4da/jp4da-android/AndroidManifest.xml
@@ -5,7 +5,7 @@
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:targetSdkVersion="9" android:minSdkVersion="9"/>
- <application android:label="@string/app_name" >
+ <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MainActivity" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />