com.lampa.startapp/README.md

14 lines
370 B
Markdown
Raw Normal View History

2013-09-26 19:42:14 +08:00
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```
2013-09-26 19:45:08 +08:00
2013-09-26 19:42:14 +08:00
Delete: ```cordova plugin rm org.apache.cordova.core.startapp```
use:
```js
navigator.startApp("com.example.hello");
```