Android intent filter for a particular file extension?

后端 未结 15 1389
我寻月下人不归
我寻月下人不归 2020-11-22 16:04

I want to be able to download a file with a particular extension from the \'net, and have it passed to my application to deal with it, but I haven\'t been able to figure out

15条回答
  •  失恋的感觉
    2020-11-22 16:30

    If you want the files to be opened directly from Gmail, dropbox or any of the buildin android file tools, then use the following code (delete 'android:host="*"' that made the file unreachable for gmail) :

    
        
        
        
        
    
    
    
    
    
        
        
        
    
    

    The data filter must be written in one statement as per Android version 4.x

提交回复
热议问题