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
you need use a hyperlink to start the app . for example ,you set scheme="yourpackagename" ,you need to set a hyperlink like this: yourpackagename://host ,and you should vist the hyperlink on you moble browser .If you do not have host lable,just remove it.
If your activity has more than one scheme, you should use 2 or more to specify it