MIDP 2.0 API access rights
19 Februari 2008 oleh Nikko Haendratnio
As defined in the MIDP 2.0 specification.Note that during the time when this version of the specification was drafted, certain optional APIs (like JSR-179) were not completed yet and hence the specification lacks information for that specific API.
Untrusted 3rd party domain
| No access | Ask always | Ask first time | Always allowed | |
|---|---|---|---|---|
| Network access | yes | default | yes | - |
| Messaging | yes | default | - | - |
| App auto start | yes | yes | default | - |
| Connectivity | yes | - | default | yes |
| Multimedia | yes | default | yes | - |
| Read user data | default | - | - | - |
| Edit user data | default | - | - | - |
| Positioning | not specified | not specified | not specified | not specified |
| Landmarks | not specified | not specified | not specified | not specified |
| Authentication | not specified | not specified | not specified | not specified |
| Smart Card access | not specified | not specified | not specified | not specified |
| Phone call | yes | default | - | - |
| Low level net access | not specified | not specified | not specified | not specified |
| Restricted messaging | not specified | not specified | not specified | not specified |
| Call control | not specified | not specified | not specified | not specified |
Trusted 3rd party domain
| No access | Ask always | Ask first time | Always allowed | |
|---|---|---|---|---|
| Network access | yes | yes | default | yes |
| Messaging | yes | default | - | - |
| App auto start | yes | yes | default | yes |
| Connectivity | yes | - | default | yes |
| Multimedia | yes | - | default | yes |
| Read user data | yes | default | yes | yes |
| Edit user data | yes | default | yes | yes |
| Positioning | not specified | not specified | not specified | not specified |
| Landmarks | not specified | not specified | not specified | not specified |
| Authentication | not specified | not specified | not specified | not specified |
| Smart Card access | not specified | not specified | not specified | not specified |
| Phone call | yes | default | - | - |
| Low level net access | not specified | not specified | not specified | not specified |
| Restricted messaging | not specified | not specified | not specified | not specified |
| Call control | not specified | not specified | not specified | not specified |
Source : http://wiki.forum.nokia.com/index.php/MIDP_2.0_API_access_rights











