调用android Intent ACTION_CALL

时间:2016-03-19 05:31:34

标签: android android-intent

事实上,在大多数手机上工作的ACTION_CALL都可以工作,除了小米手机,这是一款中国制造的手机。 以下代码与我之前看到的相同:

Intent phoneIntent = 
new Intent(Intent.ACTION_CALL,Uri.parse("tel:"+"15767101271"));
phoneIntent.addCategory("android.intent.category.DEFAULT");
startActivity(phoneIntent); 

0 个答案:

没有答案