I have just started to create notification for my extension. The first thing I do is try to see from sample notification extension. As I run it, I saw in events is like this:
http://s14.postimg.org/yzh8z78ht/SC20131014_084520.jpg
I saw from Sony documentation (smart emulator overview), it should be like this: http://s11.postimg.org/imwn7cw9f/event.png
I don't know what I suppose to see from the sample notification. Anybody know how the sample works? In documentation, it said that:
A notification Smart Extension app is an Android application which communicates with Smart Connect and inserts events in its notification content provider to be displayed on compatible accessories.
From that statement, do I have to build another application for showing the notification from my application? Right now I have phone application that can send the information (in String) from smartphone to extension. I want to show notification when the value is received. So,do I have to make separate application? Or just add some method to build the notification inside my current extension?Anybody knows?