incoming-call Questions

2

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...
Suffumigate asked 25/4, 2023 at 4:54

13

I'm trying to make an app like, when a call comes to the phone I want to detect the number. Below is what I tried, but it's not detecting incoming calls. I want to run my MainActivity in backgrou...
Extinguish asked 22/3, 2013 at 6:17

2

Solved

I am using the following code to receive video calls. My application has audio and video call functionality and I am using linphone + CallKit. - (void)config { CXProviderConfiguration *config = [...
Eversion asked 6/11, 2019 at 13:29

6

Solved

I have implemented an activity that plays media from a URL in Android. In order to add pause functionality when a call is incoming I created a receiver that sets a variable when the call is coming...
Bright asked 10/4, 2011 at 7:58

6

I want to reject incoming in android, I have seen so many code from these links. Android: Taking complete control of phone(kiosk mode), is it possible? How? How to Reject a call programatically i...
Gynaecocracy asked 21/2, 2013 at 20:58

1

Solved

I've read a lot of posts and tried many solutions, but the common point of all posts was that they were all outdated and at least I couldn't find a solution that would work on newer versions of And...
Modification asked 16/11, 2019 at 9:2

3

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...

1

I got a problem with BLE on iOS. My case as below: I'm developing application connect to device BLE 4.0. My problem is incoming call function. The scenario of this function is after connected betwe...
Confiteor asked 6/9, 2016 at 15:59

5

I want to block calls from few numbers, for that I want to write a app of my own. So what are the APIs which I should be using? Basically I want to get notified when a call comes, i want to compar...
Tremain asked 5/7, 2009 at 5:52

10

Solved

As I am trying to create a custom screen for incoming calls I am trying to programatically answer an incoming call. I am using the following code but it is not working in Android 5.0. // Simulate ...
Megan asked 14/11, 2014 at 6:59

3

Solved

I'm creating a calling app. Here's Auto answer which works on android 4.0 and 5.0; whereas when i have an incoming call answer call button works but it doesn't work on android 6.0. I tested answ...

2

Solved

Its possible to spoof calls and messages using DDMS in Eclipse IDE but how can I do it in Android Studio? There must be a way.
Hexapod asked 24/12, 2014 at 14:33

1

I am working on an application in which I have to override the INCOMING CALL SCREEN. When device receives a call, I have to show a popup of my application. I have done a detailed research about th...
Dressmaker asked 17/12, 2014 at 11:29

1

SO. Initial data: Device Xiaomi Mi Band 1 or 1S Device paired with iPhone Xiaomi iOS app has option "Vibrate on incoming calls" How they implement it? It continue works if you reboot device or ...
Palmerpalmerston asked 24/1, 2016 at 11:23

1

Solved

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 di...

1

I'd like to know: how the android OS detect a incoming call(number) and displays the contact name and gives us a option to attend the call. What happens inside the OS when the "END CALL BUTTON" i...
Unaccountedfor asked 24/11, 2014 at 12:51

1

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 detai...
Essive asked 19/11, 2014 at 18:34

2

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 ...
Mimas asked 7/11, 2014 at 15:47

2

I want to create an application that can detect incoming calls and start my custom activity after a certain number of beeps (rings), I mean after 2 or 3 or 5 beeps (rings) my activity is triggered....
Lacteal asked 7/7, 2011 at 12:39

1

I have the code for getting the number of the incoming call to a android phone. But I want to automatically answer the call when the incoming call is from a particular number. I found this code on...
Australopithecus asked 5/1, 2012 at 9:33

1

Possible Duplicate: How to block calls in android Can any one tell me how to reject incoming call programatically in android ?
Retrospective asked 28/9, 2010 at 3:59
1

© 2022 - 2024 — McMap. All rights reserved.