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.
根据我的要求,我需要跟踪所有来电。
我通过广播接收器成功跟踪了来电和未接来电。
但我没有得到呼叫等待状态。在那种状态下,我错过了跟踪两个来电号码。
如果有人如何获得等待呼叫状态,请回复我。
谢谢
实际实现取决于具体情况,但答案是:在后台线程中使用PhoneStateListener和TelephonyManager 。