handle textview link click in my android app
Coming at this almost a year later, there’s a different manner in which I solved my particular problem. Since I wanted the link to be handled by my own app, there is a solution that is a bit simpler. Besides the default intent filter, I simply let my target activity listen to ACTION_VIEW intents, and … Read more