I have an app which first creates a contact group in the contacts database, and then adds contacts to that group. This all works fine. The problem is, that the address book application (at least on the P900) only checks for groups at startup.
When the address book app is running while my app adds the group, things go awry. The new contacts are shown in the address book (when viewing 'All' contacts), but when you click on one of the new contacts, the address book panics - it cannot find the group this contact belongs to. If you start the address book again, everything is fine, the new groups show up, and you can view the details of all the contacts.
My question is: is it possible to tell the address book app that new groups have been added? If not, is it possible to shut down the address book application programmatically? Any other suggestions how to handle this problem?
TIA,
-- arno