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.
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.
Try android.telephony.TelephonyManager
and getNeighboringCellInfo()
.