4

I know how to block a call from specific number but is it possible to retrieve a blocked-contact-numbers list in Android?

Community
  • 1
  • 1
Max Testing
  • 135
  • 2
  • 8

1 Answers1

2

In Android 7.0[API Level 24] they introduced Number Blocking API which enables service provider to maintain block number list at Android platform level. It's accessible by default phone app, and carrier apps only. If your app is default messaging app then you can use this API to get the list of all blocked numbers. This is not the exact solution but might be helpful to know.

Smart Manoj
  • 5,230
  • 4
  • 34
  • 59
Vijay Vankhede
  • 3,018
  • 1
  • 26
  • 46