[android-developers] Re: Intent to handle files opened in browser ending .droid.txt

2009-05-26 Thread Alec
Hi, Here's what i ended up using hopefully it will help you. This intent only matches on the file name, not on the mimetype. Let me know how you got on.

[android-developers] Re: Intent to handle files opened in browser ending .droid.txt

2009-05-25 Thread CaptainFanatic
I am having trouble with this too. I have tried using a html file with a new mime type for my application: ... ... I have tried using .html and .myapp file extensions. My intent filters are something like this: But my application is not started. I have found a few differ