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 wrapper app too. I have my service returning START_REDELIVER_INTENT so that it is kept alive. Any hints how you can kill your whole application including wrapper and jar application. Thanks in advance. On Friday, October 29, 2010 2:14:05 AM UTC+5:30, Kostya Vasilyev wrote: > > 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 <service> tag itself, and possibly any necessary > permissions). > > -- Kostya > > 29.10.2010 0:26, 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. > > > > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

