我想获取 CellInfoGsm 数据,但出现了一些错误。
CellInfoGsm 是 CellInfo 的子类。我不知道如何获取 CellInfoGsm 数据。
有人可以帮我编写正确的代码吗?
TelephonyManager TM = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE);
(CellInfoGsm) cellinfogsm = (CellInfoGsm)TM.getAllCellInfo();