Skip to content

Commit 316565b

Browse files
committed
Remove potentially destructive work manager service teardown behaviour.
1 parent f7670af commit 316565b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
{% for name in worker_names %}
9191
<service android:name="{{ args.package }}.{{ name|capitalize }}WorkerService"
9292
android:process=":worker_{{ name }}"
93-
android:exported="false"
94-
android:stopWithTask="true" />
93+
android:exported="false" />
9594
{% endfor %}
9695

9796
{% if args.billing_pubkey %}

0 commit comments

Comments
 (0)