View Single Post
Posts: 31 | Thanked: 117 times | Joined on Nov 2015 @ Mödling
#3
If you take a look at
Code:
/usr/share/jolla-settings/entries/com.jolla.internet.json
it uses
Code:
...
"remote-arguments": ["wifi"]
...
so maybe

Code:
            "params": {
                "type": "grid",
                "remote-service": "com.jolla.contacts.ui",
                "remote-path": "/com/jolla/contacts/ui",
                "remote-interface": "com.jolla.contacts.ui",
                "remote-method": "createContact",
                "remote-arguments": ["createContact"]
            }
works for you
 

The Following 4 Users Say Thank You to fooxl For This Useful Post: