Fixed icon in manifest

This commit is contained in:
Ciaran Gultnieks 2010-10-20 22:48:21 +01:00
parent 6006b74420
commit 0453bb0ac3

View File

@ -2,10 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid" android:versionCode="2"
android:versionName="0.11">
<application android:label="@string/app_name">
<activity android:name="FDroid">
android:label="@string/app_name"
<application android:label="@string/app_name"
android:icon="@drawable/icon">
<activity android:name="FDroid">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />