I am trying to know if it is possible to assign app to open a file association by default.
I have created a new file format that I use to store encrypted data, and I want to my to be started and passed the file when the file is double clicked.
Is there a way to associate a phonegap application with a given file extension?
An example where this has been done using java is: Register new file type in Android
Please note that
1- I know that I can write my own plugin.
2- I have searched the phonegap plugin directory with no luck so far.