Skip to content

Commit

Permalink
Merge pull request #173 from eneskaya/master
Browse files Browse the repository at this point in the history
Android style deep linking
  • Loading branch information
EddyVerbruggen committed Jun 2, 2016
2 parents 68ea5fb + c037cd2 commit 8cf871f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<issue>https://github.com/EddyVerbruggen/Custom-URL-scheme/issues</issue>

<preference name="URL_SCHEME" />
<preference name="ANDROID_HOST" />
<preference name="ANDROID_SCHEME" />
<preference name="ANDROID_PATHPREFIX" />

<engines>
<engine name="cordova" version=">=3.0.0"/>
Expand Down Expand Up @@ -65,6 +68,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="$ANDROID_SCHEME" android:host="$ANDROID_HOST" android:pathPrefix="$ANDROID_PATHPREFIX" />
</intent-filter>
</config-file>
</platform>
Expand Down

0 comments on commit 8cf871f

Please sign in to comment.