Skip to content

Instantly share code, notes, and snippets.

@tseglevskiy
Last active November 12, 2015 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tseglevskiy/5f6d7d7e81a291000782 to your computer and use it in GitHub Desktop.
Save tseglevskiy/5f6d7d7e81a291000782 to your computer and use it in GitHub Desktop.
App Links
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:host="jollydroid.ru" android:scheme="http"/>
<data android:host="jollydroid.ru" android:scheme="https"/>
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment