Skip to content

Commit e4e6b0c

Browse files
authored
Add speaker notes to AIDL slide (#2494)
Part of #1083.
1 parent 54e0eab commit e4e6b0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/android/aidl.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ Rust:
77

88
- Rust code can call existing AIDL servers,
99
- You can create new AIDL servers in Rust.
10+
11+
<details>
12+
13+
- AIDL is what enables Android apps to interact with each other.
14+
15+
- Since Rust is supported as a first-class citizen in this ecosystem, Rust
16+
services can be called by any other process on the phone.
17+
18+
</details>

0 commit comments

Comments
 (0)