2

In BlackBerry platform, I would like to know if it is possible / how to do the following:

  1. Retrieve the call log (I am particularly interested in the incomming call record);

  2. Delete a specific call log;

pandre
  • 6,685
  • 7
  • 42
  • 50

2 Answers2

3

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.

0

PhoneLogs class is the one that should be used. Take a look at PhoneLogs.deleteCall() method.

devnull
  • 148
  • 1
  • 7