2012年1月31日 星期二

Make phone call

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

// Call phone
startActivityForResult(new Intent(Intent.ACTION_CALL, Uri.parse("tel:+0000000000000")), 1);

沒有留言:

張貼留言