From e4e6b0ce1d901820794f4536f8a2c1e685e891e5 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 5 Dec 2024 18:59:21 -0500 Subject: [PATCH] Add speaker notes to AIDL slide (#2494) Part of #1083. --- src/android/aidl.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/android/aidl.md b/src/android/aidl.md index fe0c055e..2634e31e 100644 --- a/src/android/aidl.md +++ b/src/android/aidl.md @@ -7,3 +7,12 @@ Rust: - Rust code can call existing AIDL servers, - You can create new AIDL servers in Rust. + +
+ +- AIDL is what enables Android apps to interact with each other. + +- Since Rust is supported as a first-class citizen in this ecosystem, Rust + services can be called by any other process on the phone. + +