R robsatrob Lurker May 14, 2011 #1 When creating a 'NeighboringCellInfo' object, what do you set rssi to ? The constructor is as follows: public NeighboringCellInfo (int rssi, String location, int radioType) I don't understand why you need to provide an rssi when you really just want to GET info on cell neighbors ?
When creating a 'NeighboringCellInfo' object, what do you set rssi to ? The constructor is as follows: public NeighboringCellInfo (int rssi, String location, int radioType) I don't understand why you need to provide an rssi when you really just want to GET info on cell neighbors ?
M miXer Android Enthusiast May 15, 2011 #2 You can put in this final int NeighboringCellInfo.UNKNOWN_RSSI. Have a look at the API: NeighboringCellInfo | Android Developers
You can put in this final int NeighboringCellInfo.UNKNOWN_RSSI. Have a look at the API: NeighboringCellInfo | Android Developers