Hi
I want to access a service from another appplication using AIDL.
I am able to bind that service from another application but I am getting following error
"binder invocation to an incorrect interface".
how do i create reference that service/interface in another application ?
Can anyone help me on this.
raj

