My program starts with EULA.
EULA is showing in AlertDialog via WebView.
A have links to web site in text. When click on link I receive error message:
03-01 18:44:48.421: E/AndroidRuntime(8862): android.util.AndroidRuntimeException:
Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
What to do?
I found problem. Instead of using getBaseContext():
I put: this
both are context. Both render WebView perfect, but getBaseContext crashes when click on url.