From 0b7861e7941d446e4d14fdb39ccd30cacf3f6ee0 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 25 Nov 2022 22:32:54 -0500 Subject: [PATCH] Explicitly add READ_APP_SPECIFIC_LOCALES permission Some devices are throwing a SecurityException (calling getApplicationLocales) for some reason. (cherry picked from commit 7e74949d38a8ea43120e672c61556419157a4af1) --- app/src/main/AndroidManifest.xml | 1 + .../data/notification/NotificationReceiver.kt | 1 - .../tachiyomi/ui/reader/SaveImageNotifier.kt | 54 ++++++++----------- 3 files changed, 24 insertions(+), 32 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f9b25fb1d..767a6d4a7 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,6 +24,7 @@ +