Ok i got the solution
by adding the some lines to manifest.xml

             <category
android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="http" />
                <data android:scheme="content"/>
                <data android:scheme="file"/>
                <data android:mimeType="audio/x-scpls"/>
                <data android:mimeType="audio/playlist"/>

On Mar 16, 9:58 am, Dilli <dilliraomca...@gmail.com> wrote:
> Hi all ,
>
> I am developing a shoutcast(streaming) player,
> it works fine..
> I want to launch my player automatically if user clicks any shoutcast
> link's in the browser.
> How can i set my player activity as default player if user clicks on
> streaming
> audio(.pls/m3u) links in the browser
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to