10000
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 b98674b commit 964ef71Copy full SHA for 964ef71
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