Motorola maxx V6 사용자 설명서

다운로드
페이지 201
Function
Group
Trusted Third
Party
Untrusted
Manufacturer
Operator
User Data
Read Capab-
ility
Always Ask, Ask
Once Per App, Never
Ask, No Access
Always Ask
Full Access
Full Access
User Data
Write Capab-
ility
Always Ask, Ask
Once Per App, Never
Ask, No Access
No Access
Full Access
Full Access
Table 7 Permissions and Groups
The PIM permissions should prohibit granting to a MIDlet suite which does not re-
quest them explicitly in the attributes MIDlet -Permissions or MIDlet -Permissions -
Opt.
The PIM package allows handling three types of lists: events, contacts and to do lists.
Each one is stored in a specific database, respectively: event database, contact data-
base and to do database. These databases have specific information of each list.
6.1.2 Contact List
The contact database contains data items representing personal contact information
(like name, address, etc). The following features should be applied to the contact
list:
The implementation should provide support for ContactList type of PIM
list as defined JSR-75.
The implementation should provide a method to access an actual list of
the PIM ContactList type.
The implementation should provide interface to manipulate actual
ContactList as specified in ContactList class section of JSR-75.
The implementation should provide access to all available actual PIM
lists for the ContactList list type.
At least the following fields should be supported : UID, NICKNAME, TEL,
EMAIL, FORMATTED_NAME, BIRTHDAY, ADDR_STREET, ADDR_LOCALI
TY, ADDR_REGION, ADDR_POSTALCODE, ADDR_COUNTRY,
ADDR_EXTRA, PHOTO_URL.
Java ME Developer Guide
Chapter 6 - JSR-75 - PIM and Fileconnection APIs
[35/201]
DRAFT - Subject to Change