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