我使用cellInfo获取了四个参数: rssi、rsrp、rsrq和sinr。我找不到正确的解决方案来解决这个问题。有人知道怎么获取CellInfo吗?TelephonyManager) getSystemService(TELEPHONY_SERVICE); for (CellInfocellInfo : cellInfoList) {
if (cellInfo instanceof Ce
private ArrayList<CellInfo> updateCellInfo(ArrayList<CellInfo> cellInfo) //Create new ArrayListArrayList<CellInfo> cellInfos= new ArrayList<>();
//cellInfo is obtained from telephonyManager.getAllCell