8000
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 5f40f0f commit e5b9c00Copy full SHA for e5b9c00
pythonforandroid/bootstraps/service_only/build/templates/Service.tmpl.java
@@ -8,7 +8,7 @@ public class Service{{ name|capitalize }} extends PythonService {
8
/**
9
* Binder given to clients
10
*/
11
- private final IBinder mBinder = new LocalBinder();
+ private final IBinder mBinder = new Service{{ name|capitalize }}Binder();
12
13
{% if sticky %}
14
0 commit comments