Given that you see onServiceConnected getting called twice, once for each bindService, and that onBind getting called again is just once normal, I'd say you have your answer: yes, 2 apps can bind to the same service.

-- Kostya

30.06.2011 17:55, Suraj Gopalakrishnan ?????:
@Kostya

I did define my own interface with AIDL.

But i did not use the binder object returned by the OnBind() method (as it was not necessary), since i did not want to use any methods from the remote service.

I just want to know whether 2 apps can be bound to a single remote service

--
Kostya Vasilyev

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