LTE signal ASU level always 97
问题 I am capturing the RSSI values of LTE signals using the below code: cInfoList = telephony_manager.getAllCellInfo() for (CellInfo info : cInfoList){ if (info instanceof CellInfoLte) { CellSignalStrengthLte signalstrength_lte = ((CellInfoLte) info).getCellSignalStrength(); displayAsu.setText(signalstrength_lte.getAsuLevel() + ""); displayDbm.setText(signalstrength_lte.getDbm() + ""); } } (*note: I just simplified my code: for-loop doesn't override text fields.) In one phone (LG G4) I am getting