Questions tagged [incoming-call]

Questions on scenarios related to incoming phone calls

Questions on scenarios related to incoming phone calls, like incoming call location, incoming call details, incoming call recording, etc.

140 questions
2
votes
1 answer

Android Media player not resuming after receiving incoming call.?

I am working on playing the live streaming using media player. I have got it worked . But when i Make a call and end the call, audio stops and resumes automatically. But when i receive the incoming call , audio stops and does not resumed again. I…
Swaminathan V
  • 4,663
  • 2
  • 22
  • 32
2
votes
1 answer

How can we hide call logs of specific contact in android?

I am trying to hide call logs from particular contact. For this I have created broadcast receiver for receive event of incoming / outgoing / missed call / call hangup. But how can I get call details on call hangup event ? I know we can get…
Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113
2
votes
1 answer

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 why, the receiver is not working. Can anybody…
2
votes
2 answers

How to change incoming call Vibration level when incoming call made?

Somehow tricky question. I am working with one app through which user can set incoming call custom ringtone and different vibration level for different contacts. I have stuck with vibration level setting. We can set vibration level using, Vibrator v…
Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113
1
vote
2 answers

Detecting which SIM a incoming call is coming from android?

I neeed to detect target sim card of incoming call on multiple sim devices. I have tired a lot of posts and tried many solutions, but all the solutions are outdated. Not working on newer version of Android. I tried the below solutions, nothing…
Anand
  • 4,355
  • 2
  • 35
  • 45
1
vote
0 answers

Insistent ongoing notification not working on Android

I have been trying to create an incoming call type notification for my Android app, written in native Java code, and in many resources online I have read that using the .setOngoing(true) tag on the NotificationBuilder would be enough to have the…
1
vote
1 answer

Incoming call notification

We are developing an app with angular/ionic in which we use capacitor jitsi plugin for video calls. What we are now trying to do is to receive notifications (via firebase) like in whatsapp with the incoming call screen and two buttons to accept and…
Giamma
  • 808
  • 2
  • 10
  • 21
1
vote
1 answer

Android incoming call notification: play ringtone through MediaPlayer

TL;DR how to start a notification in a channel that has a sound but play the actual sound with a MediaPlayer? I work on an Android calling app. The incoming calls are displayed via full screen intent notifications. Notifications are dispatched to a…
magom001
  • 608
  • 6
  • 16
1
vote
0 answers

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 XYZ call will moved to waiting state untill I…
1
vote
0 answers

Is it possible to send an automated SMS reply to incoming calls

I'm wanting to send an automated SMS reply to incoming calls using Twilio. I have searched and have seen it work and the company that uses it is integrated with Twilio but I can't seem to find how to do it...? Any suggestions. Thanks in advance!
1
vote
1 answer

CallKit UI for reportNewIncomingCall is not showing when the user disconnect by clicking on "remind me" and a different call come

Sometimes the CallKit UI is not visible. This happens all the time when the user clicks on the "Remind me" button on CallKit UI and cancel the call. Now, when the user gets the call for the second time, there is only vibration but no UI for…
1
vote
0 answers

Call UI screen not coming on OnePlus devices

I am working on an application where i am using an Activity over the default device lockscreen and when there is an incoming call i am using a broadcast receiver to receive that event and then i am finishing my activity, after which the default…
Kunal
  • 412
  • 5
  • 21
1
vote
0 answers

Answer Or Decline Phone-Call On Button Click | How To Make Overlay Touchable?

I'm new to Android Development, I'm building an Incoming Call Screen Which will come up with "Answer" and "Decline" Button and a Blue color Background whenever My Phone would go in Ringing State. What I've Achieved so far is I'm Getting My Buttons…
1
vote
0 answers

How to press dialPad btn programmatically?

I am using Android Oreo and I need to press (or simulate if possible) some symbol on dialPad programmatically when pickedUp incoming call. I have next code, which is pickUp phone call automatically: override fun onReceive(context: Context,…
Andriy Antonov
  • 1,360
  • 2
  • 15
  • 29
1
vote
0 answers

How to silence incoming call or notification on Android Pie?

My code used to successfully silence incoming calls by simply using setRingerMode, but ever since Android Pie, it's just not working anymore. I had tested the built-in DND mode, and it seemed to not be working either. But if that's true, it's…
craned
  • 2,991
  • 2
  • 34
  • 38