Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + "Your Phone_number")); startActivity(intent);
<uses-permission android:name="android.permission.CALL_PHONE" />
沒有留言:
張貼留言