Search code examples
androidsocketsaidl

Is it possible to access AIDL service from another device?


I am developing an app in which I want to access AIDL service running on different device.

Any way to achieve this? I didn't find any solution.

I am able to connect to a service, from client app running on same device.. Want to do this over remote machines.

Any help will be appreciated.


Solution

  • it is not possible to use AIDL for remote connection.