Associating certain file extension to my android application

后端 未结 3 1377
太阳男子
太阳男子 2020-12-10 05:00

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         


        
3条回答
  •  失恋的感觉
    2020-12-10 05:48

    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.

提交回复
热议问题