Files
com.lampa.startapp/README.md
T
2013-09-26 15:45:08 +04:00

14 lines
370 B
Markdown

cordova-plugin-startapp
===========================================================================
Phonegap 3.0.0 plugin for launch other application in android device.
Install: ```cordova plugin add https://github.com/lampaa/startApp.git```
Delete: ```cordova plugin rm org.apache.cordova.core.startapp```
use:
```js
navigator.startApp("com.example.hello");
```