如何从手持设备向 Android Wear watch 发送安装意向

How to send install intent to Android Wear watch from handheld

基本上,我想从手持设备向手表发送请求,以在 Google Play 中打开应用程序 link,以便他们可以在手表上安装该应用程序。一旦他们在手表上安装了应用程序,我还需要取回结果,所以我不会在每次他们在手持设备上打开应用程序时继续发送请求。

我知道这是可能的,因为这个应用程序做到了...https://play.google.com/store/apps/details?id=com.appfour.wearlauncher&hl=en

建议?

我想通了!这是我遵循的 Google 文档...

https://developer.android.com/wear/preview/features/standalone-apps.html

样本:https://github.com/googlesamples/android-WearVerifyRemoteApp