Re: [android-developers] Activity/Service in separate process

2011-05-15 Thread Mark Murphy
On Sun, May 15, 2011 at 5:15 PM, Mark Cz wrote: > Is it possible for two apks to SHARE one service that runs in one of > the apks process or runs in a different process ? Yes. > Meaning, > I have two apks running in two different processes (the normal way), > for simplicity each apk has only one

[android-developers] Activity/Service in separate process

2011-05-15 Thread Mark Cz
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 , can I share this s