Computer Science, asked by fahadsbhai12, 9 months ago

What is AndroidManifest.xml used for? Give examples of what kind of data you
would add to it.

Answers

Answered by mikun24
1

Answer:

AndroidManifest. xml file in android. The AndroidManifest. xml file contains information of your package, including components of the application such as activities, services, broadcast receivers, content providers etc.

Answered by Anonymous
1

Answer:

AndroidManifest.xml presents essential information about the application to the Android system, information the system must have before it can run any of the application's code.

Hope it will be helpful :)

Similar questions