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 中电话呼叫管理的开发人员指南或好的教程。我想要做的是检测来电激活一个自定义活动,我可以在其中接听、拒绝和挂断电话。
出于某种原因,我无法在谷歌中找到关于它的好信息。
您必须与TelephonyManager进行交互(我正在使用您可以在此处的“杂项”部分找到的代码)。