Top "Phone-call" questions

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

No activity found to handle intent action.dial

I'm trying to make my app call a number from an EditText, but I get: android.content.ActivityNotFoundException: No Activity …

android android-intent android-permissions phone-number phone-call
Detecting whether or not device support phone calls?

Is the below code reliable to be used to determine whether a device can support phone calls or not? My …

ios objective-c iphone cocoa-touch phone-call
Android Call Recording Incoming voice not getting recorded

I'm working auto call recorder app, I'm able to record voice call on below android 6 using MediaRecorder.AudioSource.VOICE_CALL, …

android android-ndk native android-mediarecorder phone-call
How to create auto answering machine for Android

Is it possible to write an auto answering machine for Android? For example, when an incoming call event occurs, the …

android phone-call
I want to read call logs in the android

Possible Duplicate: How can I retrieve recently used contacts in android? I want to read recently used contacts. Anyone know …

android phone-call calllog
Android Intent call number

I have my phone number at TextView and want to open "Intent-picker" to choose application that I want to call …

android phone-call
How to reject incoming call programatically in android?

Possible Duplicate: How to block calls in android Can any one tell me how to reject incoming call programatically in …

android phone-call incoming-call
How to import com.android.internal.telephony.ITelephony to the Android application

I want to hang up incoming call I detect it and then I want to hang it up. The problem …

java android phone-call
Auto answer the incoming call programmatically?

I have the code for getting the number of the incoming call to a android phone. But I want to …

android phone-call incoming-call
Stream audio to a phone call Android

I am attempting to send an audio stream out over a phone call on Android. For example, to create an …

android audio phone-call