当我尝试启动此意图时,有时它会起作用,有时通话会自动结束。我无法找出问题。记住我在 onReceive() 中执行所有这些操作。
Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:+number"));
callIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
con.startActivity(callIntent);
当我尝试启动此意图时,有时它会起作用,有时通话会自动结束。我无法找出问题。记住我在 onReceive() 中执行所有这些操作。
Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:+number"));
callIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
con.startActivity(callIntent);