Does all Android IPC is pass through the service_manager? How does applications interacts with services and intents?
Does all messages passed through the service_manager as a proxy? or applications can "talk" directly?
Does all Android IPC is pass through the service_manager? How does applications interacts with services and intents?
Does all messages passed through the service_manager as a proxy? or applications can "talk" directly?
Once the connection is made, applications are talking directly (well, actually via the kernel).