My Control Extension looks good. But I need some notification mechanism sometimes.
I had tested the http://developer.sonymobile.com/2013/12/26/using-both-the-control-notification-apis-for-customised-uis-in-your-smartwatch-2-extension-code/. but the extension becomes a NOTIFICATION. when I set LAUNCH_MODE to NOTIFICATION.
My question is …
Do I have to write two apps? one control and one notification that interact with each other. But when I add two extensions in my application. There is only one exist. How to set two apps in one project?
If I want to keep my original control and just send notification message through normal sw2 notification mechanism. Just pupup a message box , no other menu action. Is there any mechanism like this?