From 7e74949d38a8ea43120e672c61556419157a4af1 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. --- 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 a53f9493f7..c0bbc2c7ad 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ +