Questions tagged [android-dialer]

Android dialer is a dialer app created in Android that tries to help manage contacts and to make calls to them. Use this tag for all questions related to this dialer app

Android dialer is a dialer app created in Android that tries to help manage contacts and to make calls to them. Use this tag for all questions related to this dialer app

97 questions
1
vote
0 answers

android.intent.action.CALL not opening the default dialer app

I'm running into a problem with building an app. The app has a contact list, when you click a contact the default dialer app should open and place a call to the number associated with the contact. This has been working fine for quite a while but…
1
vote
1 answer

Default phone call - How to select a number service during a call?

I am making a default phone call. Everything works well till I made a call to the switchboard operator. In this kind of call, the phone says: "Press 1 to do A, press 2 to do B". I did some research for hours but couldn't find one... I did try this…
Stevie
  • 401
  • 4
  • 13
1
vote
1 answer

Bypass Native Dialer App And Place a Call

Good Day Everyone, I have an app idea I'll soon be implementing with react native, it's kinda a calling app but i want to know if it's possible to place a call directly from my app without launching the native phone/dialer app...I want to know if…
Stanley
  • 89
  • 8
1
vote
2 answers

Android Contacts Search: Using dialpad keys (alphabets combinations/permutations)

I am trying to a build an Android Dialer App (MinSDK 23). I'd like to implement a contacts search (usually available in default dialer apps and other third party dialer apps) like below: As I type digits on dial pad e.g. 245 I should be able to…
ask-dev
  • 606
  • 2
  • 13
  • 30
1
vote
0 answers

Android InCallService Dialer Replacement - Loudspeaker not working

i have implemented the IncallService dialer replacement with my own UI and trying to add the basic dialer functionalities. Most of them ( Mute , Play DTMF , Hold) work except setting loud speaker. i tried the below but getting a error "do not have…
Sudhan
  • 11
  • 3
1
vote
1 answer

How to set Default Dialer for functions under test?

I know from https://developer.android.com/guide/topics/connectivity/telecom/selfManaged, that you can set the default dialer by having the necessary items in your manifest and permissions listed. One of those being the Dial intent. What i'm trying…
L7ColWinters
  • 1,342
  • 1
  • 14
  • 31
1
vote
1 answer

ResourceValuesXmlParseException: Unknown android attribute

My build file is that than this problem occurred and I don't want to change this configuration to upload app in play store Configuration android { compileSdkVersion 27 buildToolsVersion '27.0.3' useLibrary 'org.apache.http.legacy' …
1
vote
2 answers

How to make an emergency call directly from default phone dialer without any user interaction in Android?

I have a requirement in my app that I need to call the Police directly without any user interaction in an emergency situation. According to the Android documentation, Applications can dial emergency numbers using ACTION_DIAL So I have used the…
Ingrid Cooper
  • 1,191
  • 3
  • 16
  • 27
1
vote
0 answers

Android 5.1+ / bring call screen on top during a call

Under certain conditions, I need to bring the dialer on top during an ongoing call. I used to use activityManager.getRunningTasks to look for "com.android.phone", and then use the activityManager.moveTaskToFront to bring the in-call screen to the…
user3566056
  • 224
  • 1
  • 12
1
vote
0 answers

How to start Android native dialer app at the favorites / call history / contacts screen

I want my Android app to open the native dialer, so that the user can choose a contact to call. I know how to open the native dialer app from my application. Something like this opens it at the KEYPAD screen. Intent i = new…
NickB
  • 1,471
  • 4
  • 14
  • 20
1
vote
0 answers

Android - Come back on my activity during a call

After have searched since more hour, I've found this about my problem (Stay on my activity when dialing) but a negative answer. My project consist to help a handicap (deaf people). I want to launch a call since my app and go back to my app (like…
1
vote
0 answers

How i Add my App in default dialer options

I want to add my app in default options. When some one making a call he will show my app as options like skype,viber etc. i have used following line of code but not worked.
1
vote
1 answer

IVR auto dial send DTMF tones in an interval programmatically

I need to make an IVR -auto dialer application, which => dials a toll-free number => then selects an option to continue => then input some code => then after some seconds (some advertisements/ say 30 sec.) need to enter another option the first…
Blue_Alien
  • 2,148
  • 2
  • 25
  • 29
1
vote
0 answers

cannot call stock dialer for emergency calls

I am testing a third party system app dialer for a start up carrier. I have tested it on a Galaxy S3 and S5, it works perfect. Dialing 911 redirects to stock dialer and calls out. I have a Coolpad device to test on and when in system partition…
1
vote
0 answers

Android call redirect. Dialer does not show the new number

I am using the following code to change the phone number of an outgoing call under a certain condition. The code seems to be working. The toast appears with the old and new number but the phone dialer shows the old number in the dialing screen. If I…
bobbyalex
  • 2,681
  • 3
  • 30
  • 51