From 7c1c06ed66cc1bf728ba93fe690d777d54e4f73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 7 Aug 2021 11:00:44 +0200 Subject: [PATCH] If in legacy storage mode from an earlier install, we still might need to ask for permission. So can't cap on that, until Android removes legacy storage access entirely, probably in Android 13... Should help nassau-tk's issue in #13847. --- android/AndroidManifest.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 833ed5827b..f4f594b79f 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -19,8 +19,11 @@ - - + + + +