We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71b9bb commit 082d2fdCopy full SHA for 082d2fd
pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml
@@ -46,7 +46,7 @@
46
An example Java class can be found in README-android.txt
47
-->
48
<application android:label="@string/app_name"
49
- android:icon="@drawable/icon"
+ android:icon="@mipmap/icon"
50
android:allowBackup="{{ args.allow_backup }}"
51
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
52
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
0 commit comments