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.
2 parents b98674b + 964ef71 commit 8fb46a6Copy full SHA for 8fb46a6
pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml
@@ -46,7 +46,7 @@
46
-->
47
<application android:label="@string/app_name"
48
{% if debug %}android:debuggable="true"{% endif %}
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