Android how to create Custom URL scheme with the given format myapp://http://

后端 未结 3 701
忘了有多久
忘了有多久 2021-01-04 00:06

I have researched through most of the custom URL scheme Q&A and I have not found my possible answer.

I want my app to be launched by clicking a certain URL in t

3条回答
  •  一向
    一向 (楼主)
    2021-01-04 01:04

    As CommonsWare said the given URI upon I needed to create a Scheme is not a valid URI thus the scheme didn't not work and the application didn't launch. After this explanation the server side guys were convinced to change the URI to myapp://... and it worked like magic :).

    The Activity looks like this now :

     
        
            
    
            
        
    
        
        
            
            
            
            
        
        
    
    

提交回复
热议问题