I am working a little with the TelephonyManager.getAllCellInfo(). I do receive a list of the neighboring cells in the form of List<CellInfo>
. However, I can only get the name of the currently connected network (operator name) and not the neighboring networks.
Here is my question: How do I get the operator name of the neighboring cell networks? You know, just like the names on the list in: Settings -> Wireless and Networks (More) -> Mobile Networks -> Network operators...
I hope you can help :)