Hi!
- Is there a way to send a custom notifications to the watch from the Android SDK (it does not seems so)
- Is there a way to start a watchapp when message comes from a companion app? (it does not seems so)
The background service can be used even if a watchapp is not running, but I cannot find an event which fires when a message is received from a companion app for the watchapp.
Also it seems that requestApplicationWake asks the user first to start the watchapp or not.
What I want to achieve is a more granular way of setting/sending notifications from the phone to the watch. I would like to have the ability to only send notification between specific time frames.
(like Monday-Friday 09:00-18:00 I dont want to receive mail notifications on the watch but outside of this timeframe I do).
So I thought I could write a companion app which handles the customisability and a watchapp that shows the notification. (something like Notification Center for Pebble does)
Unfortunately it seems that this is not possible.
Do I understand this correctly?