Application Is Not Intercepting Url
I am trying to intercept my own app's URL on android so that the user can open the URL in the app rather than on the browser. (I don't have browser support yet). This is what I'm
Solution 1:
this answer helped me : link to question
if you add the package name to the intent, it will open your app by default
Post a Comment for "Application Is Not Intercepting Url"