Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access the built-in Auto Reject List

Tags:

android

Under system settings -> call settings, there is an "Auto Reject List". This is the same list when the user pulls up a number in the built-in phone app and "Add to blacklist".

How to programmatically access this list?

like image 440
user2543408 Avatar asked Jul 02 '13 16:07

user2543408


People also ask

What's auto reject list?

If you have an Android phone, you may have come across the auto reject feature in your settings. Auto reject automatically sends your unwanted calls to voicemail, which is a very handy feature when you're busy or can't pick up the phone.


Video Answer


1 Answers

You cant, you have to create a listener and a blacklist yourself, take a look here:

How to filter incomming calls (blacklist) - no reflection

And here:

Android 4.0 Telephony API with blacklist for phonenumber

like image 130
TomerZ Avatar answered Oct 06 '22 08:10

TomerZ