Skip to content

Instantly share code, notes, and snippets.

@Krylez-zz
Created October 15, 2013 04:18
Show Gist options
  • Save Krylez-zz/6986409 to your computer and use it in GitHub Desktop.
Save Krylez-zz/6986409 to your computer and use it in GitHub Desktop.
<activity
android:name="MyActivity" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />
<data android:host="www.youtu.be" />
<data android:host="youtu.be" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment