Online Access Free AND-802 Exam Questions
Exam Code: | AND-802 |
Exam Name: | Android Security Essentials |
Certification Provider: | Android |
Free Question Number: | 45 |
Posted: | Sep 07, 2025 |
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?
Which of the following Android levels of permissions are granted automatically without the user's approval?
If you want to configure your app to receive an intent from another app, you should open AndroidManifest.xml file in your app, and then add ........................................ including the name and category which will be used in the second app's configuration.
Any application which would like to receive a message can receive the broadcast. Which of the following mechanisms can be used to protect broadcasts? (Select two)