close

.jave

String phoneNumber="09xxxxxxxx";

Intent intent= new Intent("android.intent.action.CALL", Uri.parse("tel:" + phoneNumber));

startActivity(intent);

 

AndroidManifest.xml

<uses-permission android:name="android.permission.CALL_PHONE"/>

arrow
arrow
    文章標籤
    android
    全站熱搜
    創作者介紹
    創作者 鴨鴨仔 的頭像
    鴨鴨仔

    DUCK,Fearless!

    鴨鴨仔 發表在 痞客邦 留言(0) 人氣()