In BlackBerry platform, I would like to know if开发者_开发问答 it is possible / how to do the following:
Retrieve the call log (I am particularly interested in the incomming call record);
Delete a specific call log;
To retrieve the phone logs take a look at PhoneCallLog class.
Even in the most recent version of BlackBerry RIM SDK there is no functionality to delete a call log record.
PhoneLogs class is the one that should be used. Take a look at PhoneLogs.deleteCall() method.
精彩评论