Hello, I'm creating a remote service with an AIDL. I've developed the service using the package name
package com.mycompanyname.myservice; I want to provide the AIDL (and my api interface docs) to a third- party so they can build an activity and utilize my service. If their package is named package com.theircompany.theiractivity then how can they use my AIDL in their activity? I'm hoping this is possible. If not, then what is the prefered method to expose a remote service api to exchange data between a service and activity? -- 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

