Skip to content

creating new service does not start the service #270

@aoncorici

Description

@aoncorici

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions