android——打電話(直接撥號or跳轉到打電話界面)

//直接撥號 Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + "110")); mContext.startActivity(intent); //跳轉到撥號界面 Intent intent = new Intent(I
相關文章
相關標籤/搜索