views:

394

answers:

1

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.

+4  A: 

Try android.telephony.TelephonyManager and getNeighboringCellInfo().

CommonsWare