Top "Phone-call" questions

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

End call in android programmatically

I see a lot of questions that it's impossible to end call programmatically in Android. At the same time, I …

android phone-call
Detecting outgoing call and call hangup event in android

I have a requirement wherein I want to detect two kind of events related to Calls in Android Whenever an …

android state phone-call
How to block a mobile number call and message receiving in android application development?

I would like to implement an application for block a mobile number for receiving or sending calls and messages. In …

android broadcastreceiver blocking phone-call
Add PhoneStateListener

I'm trying to set up PhoneStateListener but I get a PhoneCallListener cannot be resolved to a type. public class ButtonView …

android phone-call phone-state-listener
getting the call logs of incoming and outgoing calls in android programmatically

I am making an app in which I want to get the call logs of all incoming, outgoing and missed …

android phone-call calllog
How to programmatically answer a call

I know this has been asked before, but at this time the answer of the post is not true. Vringo …

android phone-call
Making a phone call in an iOS application

I have some code which attempts to make a call within an application, but it doesn't seem to be working: …

ios objective-c phone-call
Programmatically Dial a Phone number and pass DTMF using the iPhone SDK

How do you programmatically do the following from the iPhone SDK: Programmatically Dial a Phone Number through the iPhone SDK …

ios phone-call
Calling an app from another app

In this app I'm developing I need to load/call another app that is already installed on the phone. It's …

android android-intent phone-call
How to open number dialer pad programmatically in android?

I want to display Number Dial Keypad (Phone Call) Programmatically on button click in android. Code is available for direct …

android buttonclick phone-call numeric-keypad