How can I add a link to a dialog message?
I tried the following code, but the link doesn't do anything on onclick:
builder.setMessage(Html.fromHtml(
"Click on the " +
"<a href=\"http:\\www.google.com\">link</a> " +
"to download."));
It didn't work for //www.google.com
either.