Unity app with android IPC

Hi!
I was wondering what are the ways to communicate between a unity app to an Android app/service.

Specifically if it’s possible to use an aidl interface and somehow use it in the unity project instead of using magic strings around my code.

Thanks!!

1 Like

Bump