Possible Duplicate:
Android intent filter: associate app with file extension
I've associated an XML file with extensions .x to my application. I would like to click on .x file, my associated application should start, and I would like to open the file, passed in some way, from inside onCreate() of activity. There is a way to do this ?
Thanks in advance.