我在接听电话时制作了广播接收器我想添加一个按钮(除了接听和拒绝),它会执行某个功能,所以我看到了两个解决方案,一个是我做的(如果可能半屏透明活动将有按钮但不要阻止回答和拒绝按钮,或者我看到的第二个解决方案是制作类似 BIG CALLER PICTURE 应用程序的游戏。谷歌任何人都可以向我推荐一些好的例子。THX
public class CallReceiveD extends BroadcastReceiver {
private ITelephony telephonyService;
String phoneNumber;
@Override
public void onReceive(Context context, Intent intent) {
// i will call the intent here
}}