(Optional) Review the Android Manifest window, where you define the
general Android properties used in an application.
- In Workspace
Navigator, expand the SUP101Android
project.
- Double-click the AndroidManifest.xml file.
- Select the Manifest
tab.
- 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: Click Uses
Sdk to indicate the API level for the minimum Android SDK version
on which you want to run the application.
- Select .
Next
Modify the Android manifest file to add a Detail Activity class.