标签: android exception
我遇到了一个问题 但我不知道问题出在哪里 这是我的代码
LONGTEXT
答案 0 :(得分:0)
试试这个:
Intent in = new Intent(Intent.ACTION_VIEW, Uri.parse(String.format("tel:%s", phonenumber))); startActivity(in);