Following my previous question I still have problems managing hyperlinks on my custom AlertDialog but I believe I narrowed down the problem because I think it o
AlertDialog
You defined the TextView without android:autoLink="all" , android:clickable="true" & android:linksClickable="false"
android:autoLink="all"
android:clickable="true"
android:linksClickable="false"
For info.xml TextView as below