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
What is the purpose of adding the following permission tag to your app's AndroidManifest.xml file?
Answer : A
The following image includes some components which you must be aware of to learn about the complexity of the security issue and the fact that software developers can only deal with security issues within their own applications. These components belong to ......................

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 are considered as principles of data security? (Select three)
Answer : A, B, C
What is the purpose of adding the following permission tag to your app's AndroidManifest.xml file?
Answer : A
Any Android application can protect itself by declaring permissions that can be accessed by other applications. This can be achieved using the
Answer : B