Update description regarding call blocking on Android 10

Turns out recent changes allow call blocking not only on Android 9,
but also on Android 10. Yay!
This commit is contained in:
xynngh 2020-01-25 19:47:10 +04:00
parent c190c9ec6f
commit 795d818e7d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Currently implemented (more or less):
* Showing a notification with some caller info (positive/negative rating, category, number of negative reviews and such) when the phone's ringing. *Works offline.*
* Loading and displaying a list of reviews for a number (accessed by pressing the notification). *Requires internet.*
* Automatic blocking of unwanted calls (may not work on some devices; doesn't work on Android 10+). *Works offline.*
* Automatic blocking of unwanted calls (may not work on some devices; tested to work on modern Android versions (including Android 10)). *Works offline.*
* Automatic update of the database (for offline use). *Requires internet.*

View File

@ -5,7 +5,7 @@ Features:
* Showing a notification with some caller info (positive/negative rating, category, number of negative reviews and such) when the phone's ringing. ''Works offline.''
* Loading and displaying a list of reviews for a number. ''Requires internet.''
* Automatic blocking of unwanted calls (may not work on some devices; doesn't work on Android 10+). ''Works offline.''
* Automatic blocking of unwanted calls (may not work on some devices; tested to work on modern Android versions (including Android 10)). ''Works offline.''
* Automatic update of the database (for offline use). ''Requires internet.''
How to use: