Skip to content

Commit

Permalink
update EXTRA_TEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
lampaa committed Apr 5, 2016
1 parent 75010e0 commit 0d1999d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ startApp.set({ /* params */
"type": "text/plain",
"uri": "+79123456789"
}, {
"android.intent.extra.TEXT":"Text...",
"EXTRA_TEXT":"Text...",
"chat": true
}).start();
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0d1999d

Please sign in to comment.