Aidl - Calling Bindservice On Dynamic Intent Returns Null Binder
I have a set of applications I've created. One of these applications is an Activity that basically a 'home screen', and the other applications all contain a bunch of services I've
Solution 1:
Hard to say without full code and debug ;), so lets go step by step. Could you please verify two things:
- in onServiceConnected method, binder parameter is null too or only _service is null? In case if binder is null:
- in your service you can override method onBind(do not remember exact name) and check if you really got the request.
Post a Comment for "Aidl - Calling Bindservice On Dynamic Intent Returns Null Binder"