setjavascriptenabled, dlaczego jest używany

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