This page was last modified 05:19, 22 November 2007.
Permissions
From Forum Nokia Wiki
If the application has to access some native functionality like filesystem access, record control etc then the corresponding permissions are to be provided in the JAD file. The use of the permissions comes into effect only after the application is signed.
The permission can be provided by the following JAD entries viz:
- MIDlet-Permissions
- MIDlet-Permissions-Opt
The former is used when the application requires mandatory access to the corresponding APIs provided in the permission. The latter is for those that require only optional access.
Example
- MIDlet-Permissions: javax.microedition.io.Connector.http
- MIDlet-Permissions-Opt: javax.microedition.io.PushRegistry, javax.microedition.media.control.VideoControl.getSnapshot,
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove security prompt while recoding audio? | onetouch_satish | Mobile Java Networking & Messaging & Security | 1 | 2008-03-16 18:29 |
| ServerSocketConnection on 6600 and 6630. | stefanosanna | Mobile Java Networking & Messaging & Security | 2 | 2005-03-30 11:29 |
| Self-modifying code/page protection bits | anorland | General Symbian C++ | 0 | 2003-07-29 14:36 |
| Symbian c++ message to J2ME | GattusoMatrazzi | Symbian Networking & Messaging | 10 | 2008-01-18 10:27 |
| Permissions & Distribution | blastblast | Mobile Java General | 9 | 2007-01-29 17:33 |
