nerdexam
EC-Council

312-50V11 · Question #937

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

The correct answer is A. AndroidManifest.xml. The AndroidManifest.xml file contains information of your package, including components of the appliance like activities, services, broadcast receivers, content providers etc. It performs another tasks also: · it's responsible to guard the appliance to access any protected…

Hacking Mobile Platforms

Question

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

Options

  • AAndroidManifest.xml
  • BAPK.info
  • Cresources.asrc
  • Dclasses.dex

How the community answered

(34 responses)
  • A
    88% (30)
  • C
    3% (1)
  • D
    9% (3)

Explanation

The AndroidManifest.xml file contains information of your package, including components of the appliance like activities, services, broadcast receivers, content providers etc. It performs another tasks also: · it's responsible to guard the appliance to access any protected parts by providing the · It also declares the android api that the appliance goes to use. · It lists the instrumentation classes. The instrumentation classes provides profiling and other informations. These informations are removed just before the appliance is published etc. This is the specified xml file for all the android application and located inside the basis directory.

Topics

#AndroidManifest.xml#Android application structure#APK components#mobile app configuration

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice