Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
510 views

How can I detect a new incoming call during an active phone call programmatically in Android

I'm building an Android Dialer App and currently I'm working on a calling feature. The problem that I'm facing right now is when I'm already on a phone call and someone calls me, my app doesn't detect ...
Hamza Sheikh's user avatar
1 vote
0 answers
201 views

Android End (Waiting Call) programatically

I'm building some sort of util app for Call Center people. Where I've to perform action on waiting call. Suppose ABC tries to call me and I answered call, and same time XYZ also tries to call me then ...
Swapnil Musale's user avatar
0 votes
2 answers
1k views

Android - How to detect if user rejected an incoming call?

I'm making an Android app with incoming calls. Is there any way in my app, to know if user rejected any incoming call before answering it?
EvilGuy's user avatar
5 votes
1 answer
4k views

How to detect a call Drop in android

I'm writing an app that runs on background during a telephone conversation and logs the coordinates to a file after the conversation has end,I know Android telephony API can detect a call manual ...
ashif-ismail's user avatar
  • 1,076
2 votes
1 answer
3k views

Incoming call broadcast receiver not working

I'm facing a weird problem. I'm unable to catch incoming calls using broadcast receiver. I've double and triple checked my manifest file for necessary permissions. Everything seems okay but don't know ...
Vinit Shandilya's user avatar