Android intent filter for a particular file extension?

后端 未结 15 1385
我寻月下人不归
我寻月下人不归 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:23

    Read this https://developer.android.com/training/sharing/receive , this could help to get started. then in the manifest file try the below intent filter when registering receiver in the activity to be opened

    
                
                
                
                
                
    
    

    make sure that the extension is provided without "." in it

提交回复
热议问题