Skip to content

Commit 9d9bd2e

Browse files
author
Enes Kaya
committed
Extended android intent filter to enable host based deep linking
1 parent 68ea5fb commit 9d9bd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<action android:name="android.intent.action.VIEW" />
6666
<category android:name="android.intent.category.DEFAULT" />
6767
<category android:name="android.intent.category.BROWSABLE" />
68+
<data android:scheme="$ANDROID_SCHEME" android:host="$ANDROID_HOST" android:pathPrefix="$ANDROID_PATHPREFIX" />
6869
</intent-filter>
6970
</config-file>
7071
</platform>

0 commit comments

Comments
 (0)