Dear all,
I would like to create a new service that starts when PythonService starts.
What I did was to create an aidl, java class to implement the Service interface and extend the Stub in the same package as PythonService.
I modified the manifest xml template to expose the service in the same process as PythonService, but still the service is not started.
When using the same code in another pure Java application the service starts well, a client can bind to it.
Can you tell me what key steps am I missing.
Thanks in advance for your help.
Ancuta Corici