| Exam Code/Number: | AND-802Join the discussion |
| Exam Name: | Android Security Essentials |
| Certification: | Android |
| Question Number: | 45 |
| Publish Date: | Jan 14, 2026 |
|
Rating
100%
|
|
If two applications are developed by the same developer, they can share each other's data if they have the same signature and the same android:sharedUserId flag set in their manifest files.
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)
Content providers can help an application manage access to data stored by it or by other apps. They also provide a way to share data with other apps.
What is the result of clicking Button1 in the code which is illustrated in the following image? Assuming that write_to_internal_storage is the name of an activity that allows users to write to internal storage.
Which of the following Android levels of permissions are granted automatically without the user's approval?