setjavascriptenabled, warum es verwendet wird

@SuppressLint("SetJavaScriptEnabled")
public class MyActivity extends Activity
{
    ...
}
Santino