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

Programmatically block (cancel) incoming call in Android 8 Oreo?

I'm programming an application for filtering unsolicited calls. The app is working properly for Android 4.2 (API level 17) to Android 7.1 (API level 25). On some devices with Android 8.0 (API level 26) it works well (like SAMSUNG A5 2017),…
KJAN
  • 227
  • 4
  • 15
2
votes
3 answers

android.permission.ANSWER_PHONE_CALLS How I can use? for auto answer

As per android developer documentation Android 8.0 (API level 26) introduces several new permissions related to telephony: The ANSWER_PHONE_CALLS permission allows your app to answer incoming phone calls programmatically. To handle an…
2
votes
1 answer

Start incoming call by adb on a real android device

My pc does not support android emulator and i need to make fake incoming calls from adb for testing. I've tried this line adb shell am start -a android.intent.action.CALL -d tel:123456 but it creates outgoing calls and i need incoming. Is there a…
2
votes
1 answer

BroadcastReceiver for Incoming calls in android doesn't work

I'm trying to develop android app for that can record phone calls. So, in the initial step, I've to see if BroadcastReceiver is getting fired or not. I've added permissions, receiver tag in AndroidManifest file. I'm testing on OnePlus X. Activity is…
2
votes
1 answer

How to answer incoming call programmatically in android in marshmallow and above?(Above Security patch update date 1/09/16 )

Hi Everyone i am making a android app to answer all incoming call through my app i have done nicely for lolipop and below but also want to do that for marshmallow and above , i did lot of R & D but have not found any satisfied solution , so i am…
2
votes
0 answers

android - How to programmatically answer a call on android 6.0 ? [after applied the android security patch level 2016-11-01]

android - How to programmatically answer a call? It is not running the 3rd party application that receiving a call after applying the Android security patch. The link below can not be resolved. => Answer Incoming Call in Android 6.0 You need sample…
2
votes
2 answers

StandOut window not shown during incoming call when key guard is set in Marshmallow

I am using Mark Wei's incredible library StandOut in my app: http://pingpongboss.github.io/StandOut/ What I am doing is very similar to TrueCaller App Which is displaying my own view upon an incoming call. This generally works great. What is my…
Nom1fan
  • 846
  • 2
  • 11
  • 27
2
votes
0 answers

Answering a call automatically

I'm working on a answering machine and I"ve looked at multiple threads here and also in Google. Everybody seems to indicate that it is possible, then not possible, then one more method of doing it and so on. Finally the thread seems to answer why…
zooter
  • 2,128
  • 1
  • 13
  • 23
2
votes
0 answers

How to make incoming call wave animation?

I need to implement animation like when incoming call: alpha wave from center. Here is image example: Any idea how this animation can be done?
Stan Malcolm
  • 2,740
  • 5
  • 32
  • 53
2
votes
1 answer

Asterisk websocket incoming call

I want to show all incoming call in a web page using websocket. I've followed asterisk official documentation for getting started ari The example provided works fine using connection: $ wscat -c…
user2940867
2
votes
2 answers

In Android M, changing the ringer mode while the incoming call is ringing doesn't have any effect

I made an app a while ago that changes the ring mode whenever certain paople call. So, when one of those people call, it changes the ring mode to make the call ring at full volume. I…
user496854
  • 6,461
  • 10
  • 47
  • 84
2
votes
1 answer

Android Lock Screen: allow user to answer phone call without requiring PIN

I am building a custom Android lock screen with custom PIN. I would like to allow users to answer incoming calls without having to enter the PIN and without compromising the security of the phone. Both Next Lock Screen and GoLocker have this…
alexyes
  • 773
  • 2
  • 7
  • 14
2
votes
1 answer

How can I reject incoming calls via the ITelephony interface without the CALL_PHONE permission?

I want to programmatically reject an incoming call. This has been answered in other posts, using the ITelephony interface. However, the solution requires the CALL_PHONE permission to be added to the manifest. Is there a way to do this without…
2
votes
1 answer

Catching an incoming phone call in Google Glass

I have a Google Glass paired to a phone running Android Lollipop, I want to use a Broadcast Receiver in Google Glass to handle an incoming call and eventually customize the call interface. I have been searching in the topics for more than two weeks…
2
votes
1 answer

Set customized vibration with incoming call in android

How can we set different vibration pattens for different contacts with incoming call ? During my research and development I have refereed this : 1) How to provide customized vibration on specific incoming calls 2) How to change incoming call…
1 2
3
9 10