From db6ef17664b580d28f5408e16cee03c3ed78cf91 Mon Sep 17 00:00:00 2001 From: xynngh Date: Sun, 1 Dec 2019 13:47:00 +0400 Subject: [PATCH] Add Android 9 system permission for call blocking --- README.md | 2 +- app/src/main/AndroidManifest.xml | 4 ++++ fastlane/metadata/android/en-US/full_description.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65d194f..4db3065 100644 --- a/README.md +++ b/README.md @@ -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 9+). *Works offline.* +* Automatic blocking of unwanted calls (may not work on some devices; may work as a system app on Android 9; doesn't work on Android 10+). *Works offline.* * Automatic update of the database (for offline use). *Requires internet.* diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ca00c57..023a6f5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,6 +8,10 @@ + + +