Is it possible to catch when the link was clicked in Android Service.
I do know that it is impossible to catch onTouch Event in the service. But maybe WebBrowser starting is possible?. Please help! Very Important.
I need to start my Web Based app when the specific link was clicked.
Is it possible to catch when the link was clicked in Android Service. I
Share
An activity can be registered to be started using a url, which you define in your manifest
Your activity will then be launched if a link looking like
yourscheme://somethingis clicked