Re: [android-developers] Distributing an Android service as a jar

2012-07-05 Thread harsh
Hi, I hope everything went fine on that one. I am also doing something on similar lines. I have a wrapper android application which uses an android jar for communication. There is a functionality in wrapper app to exit itself. I need to stop the service and end stop activity too in the

[android-developers] Distributing an Android service as a jar

2010-10-28 Thread Karthik
Hello- Is it possible to distribute an Android service as a jar? Any documentation available on how to do this and any gotchas? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Distributing an Android service as a jar

2010-10-28 Thread Kostya Vasilyev
You can distribute the code, but you can't include Android-specific manifest declarations in a .jar. If you're making code for others to use as a service, you can: - Distribute the code in a .jar; - Provide clear instructions on how to declare your code in the manifest as a service (the