update documentation

This commit is contained in:
Лампуша
2015-01-19 18:02:17 +03:00
parent 55f0b360cc
commit 51e1071fe6
+14 -1
View File
@@ -3,15 +3,20 @@ cordova-plugin-startapp # Upd 18.12.2014
Phonegap 3.*.* plugin for check or launch other application in android device.
Phonegap 3.x.x plugin for check or launch other application in android device.
Install: ```cordova plugin add https://github.com/lampaa/org.apache.cordova.startapp.git```
Delete: ```cordova plugin rm org.apache.cordova.startapp```
Manually installation for Android:
```on progress...```
use: **ANDROID**
_Check application for installed_
```js
@@ -126,3 +131,11 @@ function(error) { /* error */
console.log(error);
});
```
===========================================
Tags:
Cordova start external application.
Android open an external application.
Phonegap start external application.
Launching External Intents Works on Cordova.
Android launch external activities.