Certified Ethical Hacker (CEH v13) — Question 241
What is the file that determines the basic configuration (specifically activities, services, broadcast receivers, etc.) in an Android application?
Answer options
- A. AndroidManifest.xml
- B. classes.dex
- C. APK.info
- D. resources.asrc
Correct answer: A
Explanation
The correct answer is A, AndroidManifest.xml, as it contains essential information about the app's components and permissions. The other options do not serve this purpose; classes.dex contains compiled code, APK.info provides metadata about the APK, and resources.asrc is not a standard file in Android application structure.