Permissions required for an application to perform its operations are called application level permissions. Which are the types of application level permissions a developer can use? (Select two)
Answer : A, B
By default, all Android applications have no permission to access any protected resource that would have adverse effects on the system or on other applications.
Answer : A
Your app receives location updates from NETWORK_PROVIDER or from GPS_PROVIDER. If your app receives location information from either of these location provider sources, you need to declare that the app uses these hardware features in your app manifest. Which of the following tags gives the location information to your app?
Answer : C
Which of the following choices was added to AndroidManifest.xml to produce the following dialog below when the app tries to save data to external storage?
Answer : E
Which level of permissions is related to READ_CALENDAR, WRITE_CALENDAR, CAMERA, and READ_CONTACTS?
Answer : B
What is the result of click the Button1 in the code which is illustrated in the following image? Assuming that write_to_external_storage is the name of an activity that allows users to write to external storage.
Answer : D
Which of the following choices is considered Android application storage? (Select five)
Answer : A, B, C, D, E