android.content.ActivityNotFoundException:找不到处理Intent的Activity {act = android.intent.action.VIEW dat = tel:xxxxx}

时间:2016-12-16 03:12:15

标签: android exception

我遇到了一个问题 但我不知道问题出在哪里 这是我的代码

LONGTEXT

1 个答案:

答案 0 :(得分:0)

试试这个:

Intent in = new Intent(Intent.ACTION_VIEW, Uri.parse(String.format("tel:%s", phonenumber)));
startActivity(in);