How to get all 6 neighborhood cell ids on Android

1.9k views Asked by At

Is there any API that will give me those 6 neighborhood cell ids on Android, or shall I try to send AT commands to the Android modem.

If someone could explain that to me I would be very grateful.

1

There are 1 answers

0
CommonsWare On BEST ANSWER

Try android.telephony.TelephonyManager and getNeighboringCellInfo().