I want to find a phone that can call getNeighboringCellInfo() without returning null.
I'm owning a LG-P990 and unfortunately it fails. I have read some articles and find that all Samgsung phones including Nexus S don't work.
Nexus one works, but it's difficult to find one now. Could anybody tell me which models will work? Thanks.
TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
List<NeighboringCellInfo> neighbours = tm.getNeighboringCellInfo();