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()
.
精彩评论