Android 可穿戴设备可以将事件发送到 phone 并调用第 3 方服务吗?

Can Android wearable send event to the phone and call 3rd party Services?

我是可穿戴设备开发的新手,可穿戴设备只使用 GoogleAPIs 是很标准的。但是是否可以从 phone 调用后台服务并将结果发回?

这是我的想法:

  1. 可穿戴设备通过 MessageAPI 向 phone 发送事件,例如:请求特定的新闻提要。
  2. phone 在收到事件时唤醒它的服务。
  3. services 执行后台任务,post将结果返回给 wearable。

我还没有尝试过这种方法,只是想先收集更多的意见。谢谢!

是的,这是一个完全有效的方法。我了解到,您正在将数据发送到 phone,因为您需要一些可穿戴设备无法使用的资源(很可能是互联网连接)?