Fixed icon in manifest
This commit is contained in:
parent
6006b74420
commit
0453bb0ac3
@ -2,10 +2,9 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fdroid.fdroid" android:versionCode="2"
|
package="org.fdroid.fdroid" android:versionCode="2"
|
||||||
android:versionName="0.11">
|
android:versionName="0.11">
|
||||||
<application android:label="@string/app_name">
|
<application android:label="@string/app_name"
|
||||||
<activity android:name="FDroid">
|
|
||||||
android:label="@string/app_name"
|
|
||||||
android:icon="@drawable/icon">
|
android:icon="@drawable/icon">
|
||||||
|
<activity android:name="FDroid">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user