android-dialer Questions
10
Solved
I dropped my phone and looks like my proximity sensor no longer works reliably. It returns Near all the time. The problem is, the display turns off during call and I wont be able to use the number ...
Carmella asked 27/7, 2014 at 15:44
4
I want to change Android default dialer and want to make my own customized dialer. For this purpose I have choose this GIthub repo as start up project. This works well on all other phone and stops ...
Cassaundracassava asked 10/4, 2019 at 12:17
3
Today I got a rejection from Google for my app Facetocall
Your app does not appear to prompt the user to be a default handler prior to requesting related permissions as required by the policy....
Bridgid asked 14/1, 2019 at 23:50
4
Solved
In my Android application I would like to make a phone call automatically when user click the button. I have used the below set of code to achieve this functionality
Intent intent = new Intent(In...
Unseal asked 6/5, 2016 at 13:0
1
Background
Starting from Android M, it's possible to make a replacement to the dialer app of the OS, meaning that taking phone calls could show your own customized UI.
This is done by extending I...
Internuncial asked 19/4, 2019 at 6:31
5
Solved
Background
In the "Phone" app of Google, there is an option "Caller ID & spam" :
So, if you get a call from someone or some organization that isn't on the address book, yet it is identified...
Hodess asked 2/3, 2019 at 7:49
4
This is what I have so far but nothing happens when I input this combination in dialer
public class DialReceiver extends BroadcastReceiver
{
@Override
public void onReceive(Context context, fina...
Lacuna asked 6/2, 2013 at 16:27
1
Currently, I have to dial the number manually, sometimes it results in typo error, so I was wondering, if I can highlight the number in my chrome and send the number straight to my android dialer i...
Crenelation asked 11/11, 2015 at 6:11
0
I'm writing a custom Android contacts directory, I have implemented the ContactsContract.Directory provider and the search from within the phone app works fine.
The problem I am facing now is that...
Cupo asked 20/8, 2015 at 13:56
1
© 2022 - 2024 — McMap. All rights reserved.