File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pythonforandroid/bootstraps/service_only/build/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 46
46
-->
47
47
<application android : label =" @string/app_name"
48
48
{% if debug %}android:debuggable=" true" {% endif %}
49
- android : icon =" @drawable /icon"
49
+ android : icon =" @mipmap /icon"
50
50
android : allowBackup =" {{ args.allow_backup }}"
<
42B4
td data-grid-cell-id="diff-e29442ebf48d5b4dcbb894ab6af1be03c92445aef245532d7518042691ddf6e4-51-51-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">51
51
{% if args.backup_rules %}android:fullBackupContent=" @xml/{{ args.backup_rules }}" {% endif %}
52
52
android : theme =" {{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"
You can’t perform that action at this time.
0 commit comments