Reputation: 1011
Basically, I want to send a request from a handheld to the watch to open the app link in Google Play so they can install the app on their watch. I would also need to get back a result once they have installed the app on the watch so I don't continue to send the request every time they open the app on the handheld.
I know this is possible as this app does it... https://play.google.com/store/apps/details?id=com.appfour.wearlauncher&hl=en
Suggestions?
Upvotes: 0
Views: 433
Reputation: 1011
I figured it out! Here are the Google docs I followed...
https://developer.android.com/wear/preview/features/standalone-apps.html
Sample: https://github.com/googlesamples/android-WearVerifyRemoteApp
Upvotes: 1