Skip to content

Commit 082d2fd

Browse files
committed
Fix icon for webview bootstrap.
1 parent c71b9bb commit 082d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
An example Java class can be found in README-android.txt
4747
-->
4848
<application android:label="@string/app_name"
49-
android:icon="@drawable/icon"
49+
android:icon="@mipmap/icon"
5050
android:allowBackup="{{ args.allow_backup }}"
5151
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
5252
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"

0 commit comments

Comments
 (0)