Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat(deep-link): add deep link intent filter to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Mostoha committed Feb 20, 2018
1 parent 952d0c9 commit 1ce7efd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"
android:host="demo-mobileengage.emarsys.net"/>
</intent-filter>
</activity>

<service
Expand Down

0 comments on commit 1ce7efd

Please sign in to comment.