1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-20 06:21:09 +02:00

Add speaker notes to AIDL slide (#2494)

Part of #1083.
This commit is contained in:
Martin Geisler 2024-12-05 18:59:21 -05:00 committed by GitHub
parent 54e0eab236
commit e4e6b0ce1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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