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?
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?
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.