intent-filter

Unable to start Service Intent

Hi All, I have a service class. I have exported this class to jar and I have embed the jar in my client app. When needed, I call the service class. When I try to do this, I get the following error: Unable to start service Intent {comp={com.sample.service/com.sample.service.serviceClass}} : not found I have other class apart from the ...

Intent definition in Manifest file

I would like to start my own SMS editor when user selects "Send message" from contacts application. How do I define intent in manifest file to allow passing contact details to the editor? Thanks a lot ...