5. Configuring the Android Manifest File

Every Android project, for Kindle Fire or otherwise, includes a special file called the Android manifest file. The Android system uses this file to determine application configuration settings, including the application’s identity and what permissions the application requires to run. In this chapter, we examine the Android manifest file and look at how different applications use its features.

Exploring the Android Manifest File

The Android manifest file, named AndroidManifest.xml, is an XML file that must be included at the top level of any Android project. If you use Eclipse with the ADT plug-in, the Android project wizard will create the initial AndroidManifest.xml file with default values for the most ...

Get Introduction to Android™ App Development for the Kindle Fire™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.