![Motorola RAZR V3x Technical Manual Download Page 59](http://html.mh-extra.com/html/motorola/razr-v3x/razr-v3x_technical-manual_242165059.webp)
59
Function Group
Trusted Third
Party
Untrusted
Manufacturer
Operator
User Data Read
Capability
Always Ask, Ask
Once Per App,
Never Ask, No
Access
No Access
Full Access
Full Access
User Data Write
Capability
Always Ask, Ask
Once Per App,
Never Ask, No
Access
No Access
Full Access
Full Access
Table 18 Groups and permissions for
The File Connection permissions should be prohibited for granting to a MIDlet suite which
doesn’t request them explicitly in the attributes MIDlet-Permissions or MIDlet-Permissions
–Opt.
If the permission is not granted, a SecurityException shall be thrown by the following
methods:
open, openDataInputStream, openInputStream, setFileConnection, listRoots,
openDataOutputStream, openOutputStream; PIMList.items(all methods),
PIMList.itemsByCategory, PIMList.addCategory, PIMList.deleteCategory,
PIMList.renameCategory, PIMItem.commit, ContactList.removeContact,
EventList.removeEvent, EventList.items
.
The following javax
.microedition.io.Connector
methods should check for the “read
permission”:
open("file://...");
open("file://...", Connector.READ);
open("file://...", Connector.READ_WRITE);
openDataInputStream();
openInputStream()
The following javax.microedition.io.file.FileConnection methods should check for the “read
permission”:
•
setFileConnection
, when instance opened with READ;
•
setFileConnection
, when instance opened with READ_WRITE.
The following javax.microedition.io.Connector methods should check for the “write
permission”:
open("file://...");
open("file://...", Connector.WRITE);
open("file://...", Connector.READ_WRITE);
openDataOutputStream();
openOutputStream();