Use the API Permissions properties page to set permission attributes
for protected APIs called by the
MIDlet Suite. The attributes are listed in the
(JAD) file.
You open the API Permissions properties page by choosing File > <active
project name> Properties. In the Project Properties dialog, select
Application Descriptor API
Permissions.
If you are setting the properties for a other than the
default configuration (DefaultConfiguration), you must uncheck
the Use Values from "DefaultConfiguration" checkbox at the top of
the page to customize these options.
If your emulator platform's profile version is set
to MDP 1.0, you cannot use API Permissions. For information on
setting the project profile version, see Customizing
Platform Properties.
The Requested Permissions table in this page has two fields:
API. The API permssions requested by the MIDlet.
Required. If checked, the permission is required. At installation,
if the required permission can not be granted by the application management
software,
the application
will not be installed. If the box is not checked, the permission is optional.
If an optional permission is denied, the application might
continue to function, although its functionality can be limited.