Certified Ethical Hacker (CEH v12) — Question 99

What is the file that determines the basic configuration (specifically activities, services, broadcast receivers, etc.) in an Android application?

Answer options

Correct answer: A

Explanation

The correct answer is A, AndroidManifest.xml, as it specifies essential components of the app like activities and services. The other options, such as classes.dex, contain compiled code; APK.info holds metadata about the APK file, and resources.asrc is not a standard file associated with Android application configuration.