Launch custom android application from android browser

后端 未结 16 1491
一个人的身影
一个人的身影 2020-11-21 06:02

Can anybody please guide me regarding how to launch my android application from the android browser?

16条回答
  •  执笔经年
    2020-11-21 06:47

    All above answers didn't work for me with CHROME as of 28 Jan 2014

    my App launched properly from http://example.com/someresource/ links from apps like hangouts, gmail etc but not from within chrome browser.

    to solve this, so that it launches properly from CHROME you have to set intent filter like this

    
        
    
        
        
    
        
        
    
    

    note the pathPrefix element

    your app will now appear inside activity picker whenever user requests http://example.com/someresource/ pattern from chrome browser by clicking a link from google search results or any other website

提交回复
热议问题