Dear Android community,
I am currently working on an Android application where I would like to share some sensor data from a Smartwatch in real-time with a Smartphone. There are a couple of such projects available on Github. These projects are solely using the DataClient to sync data. My investigation of the Android developer documentation resulted in some confusion regarding when Android shares data with the Google cloud. As I understand the documentation, data seems to be synced by Android with a so-called Cloud Node. Since the information is sensitive to my users, I would like to not share any data with the Google cloud. Therefore I would be happy if someone would support me by answering some of the following questions:
- Is there a way to use the convenient sync method of the DataClient without enabling the Cloud Node?
- Is data shared with Google when I use the ChannelClient or the MessageClient instead?
Thank you in advanced, Egregos