// AndroidManifest.xml
<uses-permission android:name="android.permission.CALL_PHONE" />
// Call phone
startActivityForResult(new Intent(Intent.ACTION_CALL, Uri.parse("tel:+0000000000000")), 1);
<uses-permission android:name="android.permission.CALL_PHONE" />
// Call phone
startActivityForResult(new Intent(Intent.ACTION_CALL, Uri.parse("tel:+0000000000000")), 1);
沒有留言:
張貼留言