Hi Im having an issue with intents. Im attempting to have the google
browser open my application when it opens a blahblah.droid.txt however
am having no luck. Here's what ive got so far:

<activity android:name=".engines.droidTxtHandler">
                        <intent-filter>
                                <action 
android:name="android.intent.action.VIEW" />
                                <category 
android:name="android.intent.category.DEFAULT" />
                                <category 
android:name="android.intent.category.BROWSABLE" />
                                <data android:mimeType="text/*" 
android:scheme="http"
                                        android:host="*" 
android:pathPattern=".*\\.droid.txt" />
                        </intent-filter>
</activity>

Could anyone point out where im going wrong? At the moment the file
just opens in the browser.

Many thanks

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