We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7670af commit 316565bCopy full SHA for 316565b
1 file changed
pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml
@@ -90,8 +90,7 @@
90
{% for name in worker_names %}
91
<service android:name="{{ args.package }}.{{ name|capitalize }}WorkerService"
92
android:process=":worker_{{ name }}"
93
- android:exported="false"
94
- android:stopWithTask="true" />
+ android:exported="false" />
95
{% endfor %}
96
97
{% if args.billing_pubkey %}
0 commit comments