Online Course Support

How do you indicate that your app requires an access to the Internet to display a web page?

Question 10
How do you indicate that your app requires an access to the Internet to display a web page?

1 point

I call the setInternetAccess(true) method on my WebView object.

I add a requests-permission in the AndroidManisfest.xml file.

I add a uses-permission in the AndroidManifest.xml file.

Similar Posts