On Aug 3, 2012, at 3:30 PM, Renato Degelo <[email protected]> wrote:
> The problem is that i want access this Service from other applications. Is it
> possible without IPC?
Yes. You can invoke services remotely by using Messages:
http://developer.android.com/reference/android/app/Service.html#RemoteMessengerServiceSample
> If you need to be able to write a Service that can perform complicated
> communication with clients in remote processes (beyond simply the use of
> Context.startService to send commands to it), then you can use the Messenger
> class instead of writing full AIDL files.
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid