mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
update EXTRA_TEXT
This commit is contained in:
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user