Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 java 编程检测黑莓中的 IMSI 号码。我认为 Blackberry 和 Android 几乎都支持 API 来获取 SIM 卡的 IMSI 号码,但我没有找到。如果您知道,请帮助我...非常感谢您!
如果 simcard 不可用,以下是获取 IMSI 号码的方法,然后它会给出 SIMCardException
GPRSInfo.imeiToString(SIMCardInfo.getIMSI())
尝试这个