Android AND-401 Exam
Android Application Development (Page 6 )

Updated On: 1-Feb-2026

Which of the following permission is necessary for capturing geo-coordinates?

  1. android.permission.ACCESS_LOCATION
  2. android.permission.ACCESS_LOCATION_FINE
  3. android.permission.ACCESS_FINE_LOCATION
  4. All answers are incorrect

Answer(s): C



GPS provider requires a physical device and cannot be tested on an Emulator.

  1. True
  2. False

Answer(s): A



Which of the following is correct about application file access in the Android system?

  1. Generally, files are handled as dedicated resources per each application.
  2. Files created by an application can be directly accessed by any application.
  3. The content of a file created by an application cannot be accessed by any other application.
  4. You can only access a file from within an Activity.

Answer(s): A



Which of the following Android View sub-classes uses the WebKit rendering engine to display web pages?

  1. PageView
  2. WebView
  3. MapView
  4. HttpClient

Answer(s): B



Which of the following lines of codes adds zoom controls to a WebView?

  1. webView.getSettings().setBuiltInZoomControls(true);
  2. webView.getSettings().setZoomControls(true);
  3. webView.getZoomSettings().setControls(CONTROLS.enabled);
  4. Zoom controls are included by default in WebViews

Answer(s): A



Viewing page 6 of 47
Viewing questions 26 - 30 out of 228 questions



Post your Comments and Discuss Android AND-401 exam prep with other Community members:

Join the AND-401 Discussion