Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想知道是否有可能在 Android 中更改手机信号塔?
我看到了一个名为onCellLocationChangedin的事件PhoneStateListener。
onCellLocationChanged
PhoneStateListener
我可以用它来检测手机信号塔的变化吗?
这是正确的方法。如果你在一个新的单元格中,它总是被调用。请参阅此处的文档:
http://developer.android.com/reference/android/telephony/PhoneStateListener.html#onCellLocationChanged(android.telephony.CellLocation )
这不是真的。 onCellLocationChangesfromPhoneStateListener仅在手机未休眠时调用。您必须唤醒手机(强制唤醒锁) - 以获取手机信息。
onCellLocationChanges