Top "Phone-call" questions

Phone calls are a method of transferring real-time two-way voice information over large distances.

How to trigger a phone call when clicking a link in a web page on mobile phone

I need to build a web page for mobile devices. There's only one thing I still haven't figured out: how …

html phone-call mobile-phones url-protocol
How to make a phone call using intent in Android?

I'm using the following code to make a call in Android but it is giving me security exception please help. …

android android-intent phone-call android-implicit-intent android-phone-call
How to make a phone call in android and come back to my activity when the call is done?

I am launching an activity to make a phone call, but when I pressed the 'end call' button, it does …

android phone-call
Is it possible to play music during calls so that the partner can hear it ? Android

I'm trying to make and app like Call Cheater(Originally developed for Symbian OS) Is it possible to play a …

android android-mediaplayer phone-call
make a phone call click on a button

I'm trying to make a call when I press a button in android ((Button)findViewById(R.id.button1)).setOnClickListener(new …

android button phone-call
How to make a phone call programmatically?

I'm passing to an activity the number to call by a bundle and then, in such activity, I have a …

android phone-call
Can I make a phone call from HTML on Android?

To make a phone call via HTML on an iPhone I create an <A/> tag with an href …

android html phone-call
Calling a phone number in swift

I'm trying to call a number not using specific numbers but a number that is being called in a variable …

ios swift phone-number phone-call
Make a phone call programmatically

How can I make a phone call programmatically on iPhone? I tried the following code but nothing happened: NSString *phoneNumber = …

ios objective-c iphone telephony phone-call
How to block calls in android

I want to block calls from few numbers, for that I want to write a app of my own. So …

android phone-call incoming-call callblocking