Skip to content

Commit e5b9c00

Browse files
committed
generate binder name
1 parent 5f40f0f commit e5b9c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/service_only/build/templates/Service.tmpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Service{{ name|capitalize }} extends PythonService {
88
/**
99
* Binder given to clients
1010
*/
11-
private final IBinder mBinder = new LocalBinder();
11+
private final IBinder mBinder = new Service{{ name|capitalize }}Binder();
1212

1313
{% if sticky %}
1414
/**

0 commit comments

Comments
 (0)