Android intent filter: associate app with file extension

后端 未结 16 1959
北海茫月
北海茫月 2020-11-22 11:06

I have a custom file type/extension that I want to associate my app with.

As far as I know, the data element is made for this purpose, but I can\'t get it working. h

16条回答
  •  独厮守ぢ
    2020-11-22 11:47

    For Gmail attachment, you can use:

    
      
      
      
       
       
       
        
        
        
       
       
       
       
       
       
       
    

    Add as many mime types as needed. I only need those for my project.

提交回复
热议问题