Personal information management

The PIM API is an optional J2ME package that gives support for accessing and modifying the PIM databases that may exist in a MIDP device. The PIM API currently supports three types of databases or lists: Contact lists, Event lists, and To-Do lists. In MIDP 2.0 devices, the user data can be manipulated with two functions groups: “Read User Data Access” and “Write User Data Access” groups. If the PIM database lists are being used, the function groups mentioned above must also be used.

Check that:

In case user allows access to PIM applications, there a certain things that must be considered when handling user data. First of all, user data must be handled correctly and secondly, the user data cannot be modified or destroyed without asking the user’s permission.

Check that: