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
1
vote
0 answers

Saving Incoming and Outgoing Call details on Server (Android)

I want to save the Incoming and outgoing call on server automatically. I want written code but sometime it works and sometime my app get crashed.. Can anyone Help me to solve this. Below is my CallReceiver.java code: public class MyCallReceiver…
1
vote
2 answers

Android - Delay When Answering Calls Programmatically on Lollipop

I'm working on an app that can answer phone calls programmatically. Iv'e read much about it, and tried many methods to get it to work. The only true solution that works for me in versions 5.0 and up is as followed - Runtime.getRuntime().exec("input…
1
vote
5 answers

Why does phone state listener get fired multiple times for same state for one call?

I am working on fetching recent call log as call get disconnected(outgoing , incoming) either answered or unanswered. I am using Phone state listener to fire broadcast when call get disconnected but it getting fired multiple time for one call why…
Shivam Nagpal
  • 763
  • 2
  • 9
  • 21
1
vote
1 answer

Android 5.0 incoming call does not invoke Activity.onPause() call any more?

I have an app that has code to handle incoming call as part of its function. It depends on the fact that incoming calls will invoke Activity.onPause(). However, on Samsung S6 with Android v5.0.2, incoming call event does not seem to call that method…
Mary Lee
  • 11
  • 2
1
vote
1 answer

Toast Message not showing on Nexus 6 during incoming call

I have an app that is gonna show the contact details of the incoming phone number from a DB. The information is displayed as a toast message. The problem I have is: If my screen is on when I get the call the toast message is seen but if my screen is…
Madhav Kishore
  • 269
  • 1
  • 3
  • 9
1
vote
1 answer

Windows phone 8.1 SDK incoming call event

Is there any event to get incoming caller info in Windows phone 8.1 SDK? can we create application in windows phone 8.1 to get caller phone number while incoming call.
1
vote
2 answers

iPhone ios > 7: Is possible to display pop-up modal window after the end of the call?

I have app which should to display pop-up window with some buttons after the each incoming or outgoing call. App should running in background and using CTCallCenter class i should be able to detect incoming, or outgoing call (correct me if is…
redrom
  • 11,502
  • 31
  • 157
  • 264
1
vote
0 answers

how to make incoming call in bluestacks

I want to connect to bluestacks with ADB and make incoming call I know that this code make incoming call in android : gsm call +1234567 but I cant connect to bluestack i used this code for connect to bluestacks adb connect localhost:5554 but CMD…
hamidjahandideh
  • 177
  • 2
  • 9
1
vote
1 answer

How to get more information on incoming call

I have set up my virtual phone numbers to forward calls on my cell phone. When the call is forwarded, I am receiving the incoming number, but not what number they dialed us to reach. Is it possible to get the number they dialed us to reach? public…
kakopappa
  • 5,023
  • 5
  • 54
  • 73
0
votes
0 answers

React Native Incoming call pop up

I just want to do something like this for android devices. When a call comes in (incoming call), a pop-up will open and the caller number will appear here, and there will be 2 buttons under it as accept and reject the call. How can I make this…
0
votes
0 answers

How to open activity/app when fcm onMessageReceived receive a data message even if the app is killed - Android Studio

I've a calling app in which I'm working with real time calling with fcm. I'm able to send and receive call when app is live and in background by taking permission for battery optimisation. Problem is when the app is killed or remove from recent app…
Md Shadab
  • 1
  • 1
0
votes
0 answers

Detect popup window for incoming call for mute the app music

What is the best practice for detect small popup window for incoming call? I need it for mute music in my game. I really do not want to use "dangerous permission" READ_PHONE_STATE. The method in activity onPause is not called.
Style-7
  • 985
  • 12
  • 27
0
votes
0 answers

How to reject incoming call in android 10 and above? all given solutions are not working as current security enhancement

``there are several answer available for rejecting incoming call in android but they all are not working in android 10 and above. is there any solution we can do it programmatically. Thank you in Advancetext I have tried all the solution available…
0
votes
0 answers

Issue In Incoming Call in Android Using Ionic Capacitor cordova-plugin-twiliovoicesdk,

'Incoming handler is not getting fired while I am getting Notification from FCM.' In The Image you can see the Piece of code.
user10380452
0
votes
0 answers

Play audio file into incoming call

I want to play an audio file into an incoming call so I'm going to change mixer_paths.xml but it's not working. is there any way to do it? in my hardware folder, there are folders called qcom and qcom-caf after i'm answer call in logcat shows lots…