getAllCellInfo in dual SIM
问题 Does anyone know if the cell indexes on the list returned from TelephonyManager.getAllCellInfo() are related to SIM slot numbers? I'm using Android API 24... After experimenting a bit, it seems that running the method updateCellInfo - described below - always returns a list where it's first index corresponds to device's last SIM slot, and it's last index corresponds to device's first SIM slot. Can anybody confirm this? Is this correlation plausible? private ArrayList<CellInfo> updateCellInfo