linkify-text
linkify-text copied to clipboard
Linkify.ALL deprecated
Linkify.ALL is deprecated - because of the MAP_ADDRESSES deprecation.
It is possible to combine flags to have Linkify.ALL without deprecated MAP_ADDRESS
val mask = Linkify.WEB_URLS or Linkify.PHONE_NUMBERS or Linkify.EMAIL_ADDRESSES
Linkify.addLinks(spannableStr, mask)