Associating certain file extension to my android application

后端 未结 3 1378
太阳男子
太阳男子 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:41

    Some cases are kinda tricky, I've settled on using:

        
            
            
            
                                           
            
            
            
        
    

    and this sometimes fails because sometimes only a more global mime type (in my case XML) is used:

        
            
            
            
            
        
    

提交回复
热议问题