• General
  • How to learn a given app's IPC intent.

It's understood that apps are capable of inter-process communication between other apps, provided there is mutual consent. And - correct me if I'm wrong, these intents are mostly declared via the app's manifest.

If that's the case, is there an easy way to find out how a given app wants to use IPC? For instance, what apps it wants to talk to if they are installed?