From ca02fb7782bead0befff41d1ea61e678d7f1e9f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Feb 2021 17:12:30 +0100 Subject: [PATCH] android/AndroidManifest.xml: enable requestLegacyExternalStorage This is a workaround for the new scoped storage design in Android 11: https://developer.android.com/about/versions/11/privacy/storage This needs a proper solution eventually, but this quick fix will do until we change "targetSdkVersion" to 30. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1061 --- NEWS | 2 ++ android/AndroidManifest.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 80ae7c3c7..e7fdf2154 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ ver 0.22.5 (not yet released) - pulse: fix deadlock with "always_on" * Windows: - enable https:// support (via Schannel) +* Android + - work around "Permission denied" on mpd.conf ver 0.22.4 (2021/01/21) * protocol diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 364d571e0..1baa1b9cf 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -19,6 +19,7 @@