0

I got the BlackBerryContactList programmatically..

Now I want to get sim contacts infomation programmatically..

is it possible on blackberry.?

if possible means, how to get sim cantacts information?

RVG
  • 3,538
  • 4
  • 37
  • 64
  • possible duplicate of [How to access SIM contacts in Blackberry](http://stackoverflow.com/questions/17061158/how-to-access-sim-contacts-in-blackberry) – Nate Jun 22 '13 at 08:56
  • Short answer is that you can't (see the link to the duplicate question). – Nate Jun 22 '13 at 20:55

1 Answers1

1

As far as I know there is no API in BlackBerry Java SDK to obtain SIM Card contacts.

The most recent java SDK version (version 7) provides only SimCardInfo class with getIMSI method inside. But it retrieves the International Mobile Subscriber Identity number. And sim card contacts are not available.