Ever since NeighbouringCellInfo() was depreciated in Android 9, I have found no way to get the signal strength of towers other than that of the one my Samsung S8 is connected to.
I am designing an app that requires the above information for the algorithm to work. Any suggestions?
According to the official Google documentation on NeighboringCellInfo, you're now supposed to use CellInfo instead.