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.
我正在尝试从连接到 gsm 网络的安卓手机中提取 ARFCN TMSI 和 IMSI。Android API 中没有这样做的文档。我想知道是否有人知道获取这些信息的方法。任何的意见都将会有帮助。谢谢
您可以使用TelephonyManager获取有关电话服务的一些基本信息,包括IMSI,但 TMSI 和其他信息可能不可用。
TelephonyManager