All Questions
Tagged with incoming-call telephonymanager
5 questions
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 ...
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 ...
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?
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 ...
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 ...