Any Android application can protect itself by declaring permissions that can be accessed by other applications. This can be achieved using the tag in the activity_main.xml file of the Android applications providing the permission.

🎲 Try a Random Question  |  Total Questions in Quiz: 35  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Android Security Essentials (AND-802) Practice Test 2 — practice the complete quiz, review flashcards, or try a random question.


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.