Hoang
Hoang

Reputation: 1047

How to dected IMSI number in Blackberry using programming

I want to detect IMSI number in Blackberry using java programming. I think Blackberry and Android almost support API to get IMSI number of SIM card but I don't find it. Please help me if you known that... thanks you very much !

Upvotes: 0

Views: 1353

Answers (1)

Govindarao Kondala
Govindarao Kondala

Reputation: 2862

Following is the method to get IMSI number if simcard is not available then it gives SIMCardException

GPRSInfo.imeiToString(SIMCardInfo.getIMSI())

try this

Upvotes: 2

Related Questions