Hi,

for research reasons I want to study the possibility for asynchronous
communication between services in Android. Currently I'm using the
FLAG_ONEWAY option in the AIDL interface of the services. What I see
is that the asynchronous commmunication works fine when the services
are implemented in different APKs.

If the services are implemented in the same APK, they communicate
synchronous although I have defined them with the attribute
android:process=":remote" and I've used the FLAG_ONEWAY option.

Can anybody explain me why that happens? Is it possible for two
services to communicate asynchronously with each other through AIDL
interfaces using the FLAG_ONEWAY option?

Best wishes,
Vladimir

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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