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。如何挂断拨出电话?
Android-如何结束/断开拨出电话
1-我有一个接收器,它检测到那里的通话我需要断开当前通话并生成具有不同号码的新通话..
谢谢
据我所知,如果不使用反射(使用 SDK 中未包含的代码,无法保证有效),就无法断开由普通电话处理的呼叫。有可能在通话通过之前拦截并取消它,但我不太清楚那个。