How to open my Android app when rss link is opened in browser?

前端 未结 4 1774
甜味超标
甜味超标 2020-12-25 08:17

I\'m creating an rss aggregator for my Android phone. I\'d like to be able to subscribe to an rss feed from the browser since most websites have a subscribe via rss button.

4条回答
  •  一个人的身影
    2020-12-25 09:05

    Turns out there's a lot of different ways podcasts can be set up so each intent filter will only work for some of them. A lot of different filters need to be used to get the desired effect over most subscribe links.

    Here's some of the filters I found that worked:

    
                    
                    
                    
                    
                    
                    
                    
                
    
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                
    
                
                    
                    
                    
                    
                    
                    
                
    

提交回复
热议问题