I have also tried the following intent-filter data catch:
                                <data android:host="*" 
android:pathPattern=".*\\.pls"
android:scheme="http" />


On Aug 23, 8:30 pm, Moto <[email protected]> wrote:
> 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 <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to