Top "Incoming-call" questions

Questions on scenarios related to incoming phone calls

How to detect incoming calls, in an Android device?

I'm trying to make an app like, when a call comes to the phone I want to detect the number. …

android android-intent android-permissions incoming-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
How can incoming calls be answered programmatically in Android 5.0 (Lollipop)?

As I am trying to create a custom screen for incoming calls I am trying to programatically answer an incoming …

android android-5.0-lollipop phone-call incoming-call
Stopping & starting music on incoming calls

I have implemented an activity that plays media from a URL in Android. In order to add pause functionality when …

android android-activity media-player incoming-call
Rejecting Incoming call in android

I want to reject incoming in android, I have seen so many code from these links. Android: Taking complete control …

android telephony callblocking incoming-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
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
How to detect and manage incoming call (Android)?

I want to create an application that can detect incoming calls and start my custom activity after a certain number …

java android incoming-call
Simulating incoming call or sms in Android Studio

Its possible to spoof calls and messages using DDMS in Eclipse IDE but how can I do it in Android …

android incoming-call