From b9c619017d4d8e87bcf95503f2d70ed3cdbb99bd Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 14 Nov 2021 23:36:05 +0100 Subject: [PATCH] [Android] Limit WRITE_EXTERNAL_STORAGE to SDK 22- Direct access to the external storage is no longer allowed as of SDK 30. But on older version of Android you will still need WRITE_EXTERNAL_STORAGE in order to request the Download Manager to download files to your external file folder. --- android-project/app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml index 309334620..30878d2d2 100644 --- a/android-project/app/src/main/AndroidManifest.xml +++ b/android-project/app/src/main/AndroidManifest.xml @@ -38,8 +38,8 @@ android:name="android.hardware.microphone" android:required="false" /> --> - - + +