Multiple choice technology platforms and products

The Android Manifest file 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.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The AndroidManifest.xml file is mandatory for every Android app, providing the system with crucial configuration details like component declarations, permissions, and minimum API levels before running code.