Android Wear to Android TV Communication -


I'm exploring a way to communicate with my Android device locally with my Android TV. I was hoping that I can use the wearable message API, which does not work on Android TV (possibly because Android TV does not pair with Android Vesche).

Ideally I was hoping this would be possible without relaying messages through mobile phone app.

Any suggestions? Thank you

You can not connect directly to any other device, for example by Bluetooth or WiFi .

All connections need to be accessed through or through Google Play services.

For this, all devices must be added using the Android Wear app. Theoretically you can install the Android World app on the TV but I do not think it will be usable with the controller.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -