Which of the following is not true about using a WebView in your application?

A.
You can retrieve WebSettings with getSettings(), then enable/disable JavaScript
B.
You need to add permission “android.permission.ACCESS_NETWORK_STATE”
C.
You use loadURL to load a webpage
D.
You use loadData to load HTML
My Answer: B
I have the same idea. B