1

I have search around the web but no luck. Everywhere there is a solution available for the mobile device only not from the wear. I just want to check from the wear that any android device is connected or not.

android_griezmann
  • 3,757
  • 4
  • 16
  • 43

1 Answers1

0

Given you have an app installed on the handheld that you're trying to detect, you can use the Capability API to be notified when the connection is made or broken. There's a good walkthrough here: https://developer.android.com/training/wearables/data-layer/messages.html#SendMessage

Sterling
  • 6,365
  • 2
  • 32
  • 40