Skip to content

Instantly share code, notes, and snippets.

@skatldjs
Created October 19, 2010 01:47
Show Gist options
  • Select an option

  • Save skatldjs/633448 to your computer and use it in GitHub Desktop.

Select an option

Save skatldjs/633448 to your computer and use it in GitHub Desktop.
<intent-filter>
<data android:mimeType="video/mpeg" android:scheme="http" . . . />
<data android:mimeType="audio/mpeg" android:scheme="http" . . . />
. . .
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment