Skip to content

Instantly share code, notes, and snippets.

@nwaughachukwuma
Last active June 4, 2019 02:16
Show Gist options
  • Save nwaughachukwuma/7585d0a8246261f3261d6be72553a793 to your computer and use it in GitHub Desktop.
Save nwaughachukwuma/7585d0a8246261f3261d6be72553a793 to your computer and use it in GitHub Desktop.
<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:host="eventsmag.page.link" android:scheme="http"/>
<data android:host="eventsmag.page.link" android:scheme="https"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment