AOSP Automotive 文档指出第三方应用程序应使用Car API("VehicleNetworkService. Controls vehicle HAL with built-in security. Access restricted to system components only (non-system components such as third party apps should use car API instead)"
, https://source.android.com/devices/automotive
)。
这很令人困惑,因为 android 开发人员文档指出,唯一受支持的应用类型是媒体应用,它甚至不绘制自己的 UI,除了登录和设置(https://developer.android.com/training/cars/媒体/汽车操作系统)。
那么是否有可能编写除媒体应用程序之外的其他应用程序,甚至可以使用汽车 api 来读取车速?