Reputation: 2027
Basically I want to add my application to the application chooser list for files with the type .php, .java, .js, .html etc. so that users can browse for a file using any file browser and use my app to open it.
I've looked at tutorials for Broadcast Receivers but none of them have shown how to do this, they've just shown how to listen for the phone state changing and stuff.
Help! :(
Thanks, Alex!
Upvotes: 2
Views: 657
Reputation: 137312
Although I never used it, I think this might help you: Intent-Filters.
And also this thread from anddev.org.
Upvotes: 2