Skip to content

Commit

Permalink
Add speaker notes to AIDL slide (#2494)
Browse files Browse the repository at this point in the history
Part of #1083.
  • Loading branch information
mgeisler authored Dec 5, 2024
1 parent 54e0eab commit e4e6b0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/android/aidl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ Rust:

- Rust code can call existing AIDL servers,
- You can create new AIDL servers in Rust.

<details>

- 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.

</details>

0 comments on commit e4e6b0c

Please sign in to comment.