我必须使用blackberry api软件包“net.rim.device.api.system”来寻找neighbourCell信息。在链接上可以直接在android中找到它:
http://developer.android.com/reference/android/telephony/TelephonyManager.html
有人可以建议我解决方法吗?
由于
答案 0 :(得分:0)
您可以通过以下方法获取网络小区信息:
import net.rim.device.api.system.GPRSInfo;
小区ID - > GPRSInfo.getCellInfo().getCellId()
位置区号 - > GPRSInfo.getCellInfo().getLAC()