The document discusses inter-process method invocation in Android using Binder and AIDL. It describes how Binder allows processes to communicate across memory spaces using a kernel driver. The document outlines how AIDL generates proxy and stub classes to allow a caller process to invoke methods on a callee process via an interface. It provides an example of how the ActivityManager uses Binder to
{{#tags}}- {{label}}
{{/tags}}