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
1 answer

HTC Dialer removes letters from phone number

I'm having a problem specifically with HTC Sense's Phone Dialer removing any letters from a phone number passed to it. I'm using this code to start the Phone intent and it works on Stock Android. I don't have a Samsung with TouchWiz to test with so…
wchristiansen
  • 436
  • 7
  • 20
0
votes
0 answers

Contacts Provider Android for Enterprise

This may not be something that is possible but I have tried a few things. When creating a contact while mid-call, the dialer updates itself with the new contact information. This does not happen when the contact is created in an Android for…
0
votes
0 answers

Delete last dialed number in Call log - Kotlin

I need this code for deleting the last dialed number in Kotlin : public void DeleteCallLogByNumber(String strNumber ) { Cursor cursor = getContentResolver().query(CallLog.Calls.CONTENT_URI, null, CallLog.Calls.NUMBER + " = ? ", strNumber…
0
votes
0 answers

Is there any way to prevent Android Dialer from going fullscreen when user is in my app?

When someone gets a call, they get a popup notification with "Answer", "Decline", etc. When they tap "Answer", Android Dialer opens in full screen and takes them away from my app. They can then app switch back into my app, at which point the ongoing…
rococo
  • 2,280
  • 2
  • 22
  • 37
0
votes
1 answer

How to set my custom dialer app as default dialer in AOSP

I am working on custom ROM and there is requirement for implementing a custom dialer application. The dialer is working fine but only things is pending that to make default one. I have added folder in package directory with Android.mk and dialer.apk…
0
votes
1 answer

Phonenumber lookup API to get Spam score

I'm working on an Android Dialer App and I need to know whether the incoming call phone number is a spam/robocall. Is there any Android SDK or platform available which can provide me that info? I need to show to the user that it is a spam call to…
0
votes
0 answers

App being killed on reset Default Dialer App

i'm currently working on Android APP that acts as Default Dialer App in voice calls. The app has a service running in background, The fact is that once i changed from my app default dialer to Phone or "Stock Dialer App" my app is killed. So the…
PiotrCa
  • 21
  • 1
  • 1
  • 5
0
votes
1 answer

How do I show the # character with this string on dialer when I click on check button?

My dialer is just showing "*16001": private Button checksim; private String number = "*16001#"; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
0
votes
1 answer

How to get sim id for incoming call (Default dailer)

When app is default dialer I need a way of getting sim id (1 or 2) for incoming call (dual sim). App is implementing InCallService.
rudicjovan
  • 303
  • 2
  • 7
0
votes
1 answer

Need to check for permissions on broadcast receiver;I need to show an app on foreground on dialing a number, the app should always be running on phone

I want an app that should always be running on phone. On dialing *1234#, it should come to foreground, that is visible. But when I dial the num, I get message- "Connection problem or invalid MMI code". I have copied and edited the code from…
chinpin
  • 39
  • 4
0
votes
1 answer

How to get phone number from number clicked (on other app) and display it in my own app

I make an app that like android dialer. I need to show my app on "open with" list when someone click on number on android (like default dialer or get contact), and how to get the number clicked and put it on textview on my app..? Im sorry if there…
ardan7779
  • 318
  • 3
  • 8
0
votes
0 answers

Keep Android Process (App) Running at All Times

Proglem: Create custom Android App which will never be killed by the platform. Given a Dialer app (or a phone-app), for making calls on Android Phone, is there a way to similarly create custom app and make it a system app, so that Android always…
obey
  • 796
  • 7
  • 16
0
votes
0 answers

How can I pass two phone numbers to a dialer in android studio

This is an iphone example. how can i do this with android. and no i dont want to use a spinner. i want to pass two numbers from my app and have the user select one of the numbers to be dialed.
Moses
  • 49
  • 1
  • 6
0
votes
1 answer

MMI Code from dialer app making call instead request

Context : I am developing an android dialer app ( Phone app ) Via which app dial pad, app call management is done. This is my dial pad : You see *123# is typed The Sim Selection : Sim selection bottom dialog What code is running in bottom…
Rushikant Pawar
  • 428
  • 1
  • 5
  • 14
0
votes
1 answer

How to use default dialer screen in android?

I am developing an UI for the voip project. I have designed a UI for the dialer screen. Is it possible to use default dialer screen in android project? If yes please provide a link to refer.
deluxan
  • 372
  • 1
  • 5
  • 22