Android Preference add hyperlink in summary

69 Views Asked by At

I'd like to add a hyperlink in the Preference summary, when user tap this, it will open an website in webview, but seems like when I was trying to set a hyperlink in summary like this

preference.setSummary(Html.fromhtml(R.string.text_with_hyperlink))

The hyper link wont open an website, instead if I am using a SwitchPreference, the toggle will be switch on or off.

Would appreciate for any suggestions.

0

There are 0 best solutions below