Android Respond To URL in Intent

后端 未结 2 1542
Happy的楠姐
Happy的楠姐 2020-11-22 05:07

I want my intent to be launched when the user goes to a certain url: for example, the android market does this with http://market.android.com/ urls. so does youtube. I want

2条回答
  •  一生所求
    2020-11-22 06:07

    I did it! Using . Put the following into your manifest file:

    
      
      
      
      
    
    

    This works perfectly!

提交回复
热议问题