[android-developers] Intent Filter for Media Player (Youtube Video Play)

2010-12-20 Thread sjor
Hi. I have developed my own media player and I want that when I want to watch a video from Youtube, it shall be opened from my app. At least, there should be a list of media apps on the view and I should be able to choose my app from the list. I don't know much about intent- filters. How can I

Re: [android-developers] Intent Filter for Media Player (Youtube Video Play)

2010-12-20 Thread TreKing
On Mon, Dec 20, 2010 at 2:04 AM, sjor sleche...@gmail.com wrote: How can I provide this in my manifest file? Google is your friend - the first hit for android youtube intent filter shows an example.