Reputation: 1047
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
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