Programs 251
To set MIDlet permission settings
For each MIDlet already installed, Java allows you to individually set permission
options to perform certain actions. You can set permission options for performing
each action by following these steps:
1. On the JBlend screen, tap and hold a MIDlet and then tap Permissions, or tap
Menu > Application > Permissions.
2. For each action, choose one of the following permission options:
• Never. Prohibits a MIDlet from performing the action.
• Allow and ask me next time. Asks for your confirmation whenever a
MIDlet attempts to perform the action.
3. Tap OK.
Note Changes to permission settings for a MIDlet in a multi-MIDlet suite will be applied to
the whole suite.