for some reason it doesn't resolve the mime type?   On other cases I
specify the mimetype and I can catch it but with this particular case
I can't :(

Raw Logcat message:
08-23 20:29:17.609: INFO/ActivityManager(995): Starting activity:
Intent { act=android.intent.action.VIEW
cat=[android.intent.category.BROWSABLE] dat=http://listen.di.fm/
public3/liquiddnb.pls cmp=com.android.browser/.BrowserActivity }


On Aug 23, 8:12 pm, Moto <medicalsou...@gmail.com> wrote:
> Hello,
>
> I'm trying to handle the content not supported by the browser but for
> some reason I can't get my app to catch this intent...  What do I
> need?  Here is what the browser spits on the logcat:
>
> Intent {
> act=android.intent.action.VIEW
> cat=[android.intent.category.BROWSABLE]
> dat=http://listen.di.fm/public3/oldschoolhouse.pls
> cmp=com.android.browser/.BrowserActivity }
>
> I have:
>                 <activity android:name=".myAppr">
>                         <intent-filter>
>                                 <action 
> android:name="android.intent.action.VIEW" />
>                                 <category 
> android:name="android.intent.category.LAUNCHER" />
>                                 <category 
> android:name="android.intent.category.DEFAULT" />
>                                 <category 
> android:name="android.intent.category.BROWSABLE" />
>
>                                 <data android:pathPattern="*.pls"/>
>                         </intent-filter>
>
> Thanks!
> -Moto!

-- 
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