The Optional page is used to manage MIDlet suite properties that are defined in the Java ME specification, but which are not required.
The properties configurable in this page are:
Item | Contents |
---|---|
MIDlet Permissions | Permissions that your MIDlet must have in order to operate correctly. Permissions are usually only provided for signed MIDlets. |
Optional MIDlet Permissions | Permissions that your MIDlet would like, but can work without. |
MIDlet Data Size | The minimum number of bytes of persistent data required by the MIDlet. The device may provide additional storage according to its own policy. The default is zero. |
MIDlet Description | The description of the MIDlet suite. |
MIDlet Icon | The name of a PNG file within the JAR file used to represent the MIDlet suite. It is the icon used by the Java Application Manager to identify the suite. This icon is for the suite as a whole, as distinct from the individual MIDlet icons you can set up on the MIDlets page. |
MIDlet Information URL | A URL for information further describing the MIDlet suite. |