ExamGecko
Question list
Search
Search

Related questions











Question 257 - 312-50v12 discussion

Report
Export

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

A.
AndroidManifest.xml
Answers
A.
AndroidManifest.xml
B.
APK.info
Answers
B.
APK.info
C.
resources.asrc
Answers
C.
resources.asrc
D.
classes.dex
Answers
D.
classes.dex
Suggested answer: A

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 permissions.

• 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.

asked 18/09/2024
Sharhonda Herman
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first