I'm playing with Android Wear notifications a little and use the DataApi to trigger them from the wear device. Nevertheless, I don't manage to figure out how we could have notifications like the demo cards in the android Wear mobile application.
For example : public transport or flight info or even the weather forecast cards.
I tried a setDisplayIntent but it is only showing when the user swipe the notif up.
As it is written in the doc
Note: When the notification is peeking on the homescreen, the system displays it with a standard template that it generates from the notification's semantic data. This template works well on all watchfaces. When users swipe the notification up, they'll then see the custom activity for the notification.
What I am looking for is a way to change this default template, as Google do in the demo cards.
Do you have any idea on how to do that?
Have all a very good day and thanks for your help.
jn.