diff options
Diffstat (limited to 'scripts/AndroidManifest.template')
-rw-r--r-- | scripts/AndroidManifest.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/AndroidManifest.template b/scripts/AndroidManifest.template index 9b07072..f14f147 100644 --- a/scripts/AndroidManifest.template +++ b/scripts/AndroidManifest.template @@ -3,7 +3,7 @@ package="PACKAGE" android:versionCode="1" android:versionName="1.0"> - <application android:label="@string/app_name"> + <application android:label="@string/app_name" ICON> <activity android:name="ACTIVITY_ENTRY_NAME" android:label="@string/app_name"> <intent-filter> |