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
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 :