快速调用打电话界面隐式意图

    xiaoxiao2021-04-11  69

    Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + number)); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent);
    转载请注明原文地址: https://ju.6miu.com/read-666981.html

    最新回复(0)