Phone a telephone number via intent

1 vote · 0 comments

Use the systems default for telephoning a number.

raw ·
copy
· download
//Present you with the dialler Uri telUri = Uri.parse("tel:100861"); returnIt = new Intent(Intent.ACTION_DIAL, telUri); // Start the call Uri callUri = Uri.parse("tel:100861"); returnIt = new Intent(Intent.ACTION_CALL, callUri);

Be the first to comment

Sign in with OpenID