This commit is contained in:
Лампуша
2014-03-23 15:01:56 +04:00
parent 2005866a49
commit 2103f7f771
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -36,10 +36,10 @@ function(error) { /* error */
```js
navigator.startApp.start([
'com.teaway.teamenu', // applucation
'com.teaway.teamenu.MainActivity', // activity
'product_id', // key
'102' // value
"com.example.hello", // applucation
"com.example.hello.MainActivity", // activity
"product_id", // key
"100" // value
], function(message) { /* success */
console.log(message); // => OK
},