Android : Linkify text onclick is not calling the web url
问题 In my android application Activity there is a TextView with multiple clickable text for. I have used Linkify for making them clickable. But the problem is that they don't call the web URL on click. How do I solve this? Below is my code. String termsAndConditions = "Terms and Conditions"; String privacyPolicy = "Privacy Policy"; txtLinkfy.setText( String.format( "By tapping to continue, you are indicating that " + "you have read the Privacy Policy and agree " + "to the Terms and Conditions.",