Hi,

Is it possible for two apks to SHARE one service that runs in one of
the apks process or runs in a different process ?

Meaning,
I have two apks running in two different processes (the normal way),
for simplicity each apk has only one activity.
In addition each apk has one <service
android:name="com.me.global.Service"/>,
can I share this service between the two (or more) apks ?

The apks have a different certificate, different packageName, what
should I write in the manifest of each of them to achieve my goal ?


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