Hi,
i made autodetection of url links in textview object by
setAutoLinkMask(Linkify.ALL)
but, when i click on the link, then execption happens:
android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
maybe because textview try to start browser and does not add that flag to startActivity method, can it be fixed?
thanks,
zet

