update EXTRA_TEXT

This commit is contained in:
Лампуша
2016-04-05 14:43:18 +03:00
parent 75010e070c
commit 0d1999df9e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ startApp.set({ /* params */
"type": "text/plain",
"uri": "+79123456789"
}, {
"android.intent.extra.TEXT":"Text...",
"EXTRA_TEXT":"Text...",
"chat": true
}).start();
```
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "com.lampa.startapp",
"version": "0.1.3",
"version": "0.1.4",
"description": "Phonegap plugin for check or launch other application in android device.",
"cordova": {
"id": "com.lampa.startapp",
+1 -1
View File
@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.lampa.startapp"
version="0.1.3">
version="0.1.4">
<name>startApp</name>
<description>Phonegap plugin for check or launch other application in android device.</description>