[android-developers] Putting a service into a .jar?

2010-07-09 Thread Boozel
I have created a service that works great, it is launched from an activity at the moment. I'm looking to package it into a .jar file so that other people can add the jar to then their projects and then run the service. Can anyone tell me how i can launch this service from the app that it is

Re: [android-developers] Putting a service into a .jar?

2010-07-09 Thread Mark Murphy
On Fri, Jul 9, 2010 at 12:52 PM, Boozel boozelcl...@gmail.com wrote: I have created a service that works great, it is launched from an activity at the moment. I'm looking to package it into a .jar file so that other people can add the jar to then their projects and then run the service. Can