I\'m having trouble associating my custom file extension to my android application that I am developing. In my android manifest file I have the following:
&l
After spending a few hours on this issue I finally came up with this solution (AAA is the file extension):
The reason for all of those pathPattern is that if you have a dot in your file name the general form of .*.AAA will not match the filename.
pathPattern
.*.AAA