Configuring Android Application Properties

(Optional) Review the Android Manifest window, where you define the general Android properties used in an application.

  1. In Workspace Navigator, expand the SMP101Android project.
  2. Double-click the AndroidManifest.xml file.
  3. Select the Manifest tab.
  4. Review the options in the Android Manifest window, where you can change the general attributes, export options, and content of the AndroidManifest.xml file.
    Tip: In Manifest Extras, you can click Uses Sdk to indicate the API level for the minimum Android SDK version on which you want to run the application.

    Android Tutorial Android Manifest Window
  5. Select File > Save.
Next
Modify the Android manifest file to add a Detail Activity class.