Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j3k0 committed Oct 7, 2017
1 parent c60f50e commit 8d90354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ On the Cordova App side, the plugin checks listens for app start or resume event
Here's the promised one liner:

```
cordova plugin add cordova-plugin-openwith \
cordova plugin add cc.fovea.cordova.openwith \
--variable ANDROID_MIME_TYPE="image/*" \
--variable IOS_URL_SCHEME=ccfoveaopenwithdemo \
--variable IOS_UNIFORM_TYPE_IDENTIFIER=public.image
Expand Down Expand Up @@ -95,7 +95,7 @@ Use the `ANDROID_EXTRA_ACTIONS` to accept additional actions. The variable shoul

```
MY_EXTRA_ACTIONS='<action android:name="android.intent.action.VIEW" />'
cordova plugin add cordova-plugin-openwith \
cordova plugin add cc.fovea.cordova.openwith \
--variable ANDROID_MIME_TYPE="image/*" \
--variable "ANDROID_EXTRA_ACTIONS=$MY_EXTRA_ACTIONS"
```
Expand Down

0 comments on commit 8d90354

Please sign in to comment.