Online Access Free AND-802 Practice Test
Exam Code: | AND-802 |
Exam Name: | Android Security Essentials |
Certification Provider: | Android |
Free Question Number: | 45 |
Posted: | Sep 03, 2025 |
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.
Any Android application can protect itself by declaring permissions that can be accessed by other applications.
This can be achieved using the <permission> tag in the activity_main.xml file of the Android applications providing the permission.
During an application run-time, permissions may be enforced at a number of places when calling into the system, starting an activity, sending and receiving broadcasts, accessing and manipulating a content provider, and binding to or starting a service.
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)