These days I get a task. I need to do a plugin jar insert  into other
apps.

In this jar, I design a download service to run download task. I soon
find that if two different apps include my jar, then there would be
two different service run in the two different app-process.(one app-
process match one service as a pair, and there are two pairs) This is
not I want, I just want a common service run in background and the two
apps can share it.

That is, I want to know if I can get a "global service" run in
background, and applications that include my plugin jar can start that
service and run download task.

Is there any solution to my design? or how can I optimize my design.
3ks~

-- 
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

Reply via email to