AIDL
Rust 支持 Android 接口定义语言 (AIDL):
- Rust 代码可以调用现有的 AIDL 服务器,
- 您可以在 Rust 中创建新的 AIDL 服务器。
-
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.