I have 2 activities (call them 1 and 2), Activity 1 includes a
Service.

If the Service tries to make an AIDL call to Activity 1, the call
works fine.

If, however, the Service tries the same AIDL call to Activity 2 (the
remote activity), it never arrives for processing at the remote
activity.  No RemoteException is triggered during the call from the
Service, either.

Is there anything magic I must do to make an AIDL interface work from
a Service to a remote Activity?

It bears mention that the remote Activity is easily making calls by a
separate AIDL interface to the Service.

tone

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