Hello,
I have this cool watch app I am working on. I would like to develop companion apps for android and ios, which are capable of launching said watch app. Seems like that would be an easy task. My one requirement is that I pass it arguments when I launch it, kind of like System.exitTo( new System.Intent("manifest-id://xxxxxxxx-xx-x-x-xxx-xx-xxxx", arguments) ); and "arguments" is my parameters.