Hi, I have an external jar that external developers can use. The jar has mainly one public static function that runs an android service ( I asked the developers to add the service tag in the manifest), so far so good.
Now I am facing a problem that hope you guys can help me to deal with. What if I want to add some resources to the jar (e.g. a layout for custom notification), is it possible ? I know the following options are valid, but none of them satisfy me 1. I can create an eclipse LIB project with code + resources, but obviously i don't want to give the developers the entire code. 2. I can create an apk but this requires the end user to install both APK (mine and the one of the external developer). Thanks, Mark -- 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

