Hi everyone,
I'm sure I just overlooked something, but I can't find any clues on how to intercept a message from watch as an intent.
Other watches such as Android Wear or Pebble both have an app intercepting any messages and distributing the corresponding intents.
E.g. on Pebble, all messages from watch go to the Pebble app. When the Pebble application receives a message from a watch application, it broadcasts an intent with action “com.getpebble.action.app.RECEIVE“, and ‘extra’ data containing the message content.
I couldn't find anything like that in the CIQ SDK, although there is also a Garmin Connect Mobile app that could theoretically do this.
What I want to do is to start my Android service (via a Broadcast intent receiver) whenever my CIQ app sends a message to the phone.
Is there a way to do that?