From a733dda6edad14d8aa4b90ccb14177d2d2ed2142 Mon Sep 17 00:00:00 2001 From: Toby Bridle Date: Mon, 9 Sep 2024 23:59:14 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20android=2010=20file=20per?= =?UTF-8?q?ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requests the app to use the legacy external storage model. It is not recommended to be used, since the changes in A11 and above break; however, since the app already correctly handles those changes, it's perfectly fine to use it here for A10 only. Fixes #17 --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a57ea975..22ce8765 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -27,6 +27,7 @@